CASH-1713 | Formatting
This commit is contained in:
parent
bb293cf0fc
commit
1e6d1c0bfc
2 changed files with 2 additions and 5 deletions
|
|
@ -118,4 +118,4 @@ export function addPricesToLineItems(lineItems, pricingLineItems) {
|
||||||
});
|
});
|
||||||
|
|
||||||
return lineItems;
|
return lineItems;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -165,10 +165,7 @@ import { AppointmentTypeStrings } from "@/constants/schedule-constants";
|
||||||
import { coverageStatus } from "@/constants/insurance";
|
import { coverageStatus } from "@/constants/insurance";
|
||||||
import { containsRecalParts } from "@/helpers/recal-helper";
|
import { containsRecalParts } from "@/helpers/recal-helper";
|
||||||
import { getBoolFromString } from "@/helpers/boolean-helper";
|
import { getBoolFromString } from "@/helpers/boolean-helper";
|
||||||
import {
|
import { getAmountDue, addPricesToLineItems } from "@/helpers/pricing-helper.js";
|
||||||
getAmountDue,
|
|
||||||
addPricesToLineItems
|
|
||||||
} from "@/helpers/pricing-helper.js";
|
|
||||||
import { consumeQueryFromStash } from "@/router/methods/helpers/querystring-stash";
|
import { consumeQueryFromStash } from "@/router/methods/helpers/querystring-stash";
|
||||||
import { debugLog } from "@/helpers/debug-log-helper";
|
import { debugLog } from "@/helpers/debug-log-helper";
|
||||||
import { ErrorMessage } from "vee-validate";
|
import { ErrorMessage } from "vee-validate";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue