CASH-1713 | Formatting

This commit is contained in:
Scott Kiener 2025-10-22 09:11:42 -04:00
parent bb293cf0fc
commit 1e6d1c0bfc
2 changed files with 2 additions and 5 deletions

View file

@ -118,4 +118,4 @@ export function addPricesToLineItems(lineItems, pricingLineItems) {
});
return lineItems;
}
}

View file

@ -165,10 +165,7 @@ import { AppointmentTypeStrings } from "@/constants/schedule-constants";
import { coverageStatus } from "@/constants/insurance";
import { containsRecalParts } from "@/helpers/recal-helper";
import { getBoolFromString } from "@/helpers/boolean-helper";
import {
getAmountDue,
addPricesToLineItems
} from "@/helpers/pricing-helper.js";
import { getAmountDue, addPricesToLineItems } from "@/helpers/pricing-helper.js";
import { consumeQueryFromStash } from "@/router/methods/helpers/querystring-stash";
import { debugLog } from "@/helpers/debug-log-helper";
import { ErrorMessage } from "vee-validate";