CSR-2098 prettier
This commit is contained in:
parent
e03dfd65cc
commit
67610544e0
1 changed files with 6 additions and 2 deletions
|
|
@ -153,7 +153,11 @@ export default {
|
||||||
amountDue += this.getTotalPriceOfAllLineItemsAndChildParts(lineItems.promos, true);
|
amountDue += this.getTotalPriceOfAllLineItemsAndChildParts(lineItems.promos, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (store.getters.payment.insuranceCoverage.isVerified && !store.getters.policy.isNoComp && !store.getters.policy.isItac) {
|
if (
|
||||||
|
store.getters.payment.insuranceCoverage.isVerified &&
|
||||||
|
!store.getters.policy.isNoComp &&
|
||||||
|
!store.getters.policy.isItac
|
||||||
|
) {
|
||||||
amountDue += store.getters.policy.currentDeductible;
|
amountDue += store.getters.policy.currentDeductible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue