CSR-2098 prettier
This commit is contained in:
parent
e03dfd65cc
commit
67610544e0
1 changed files with 6 additions and 2 deletions
|
|
@ -152,8 +152,12 @@ export default {
|
|||
if (lineItems.promos) {
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue