Merge pull request #1477 from Safelite/feature/CSR-1392
Feature/csr 1392
This commit is contained in:
commit
fd8721b4b0
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ export default {
|
||||||
lineItems.supportingItems
|
lineItems.supportingItems
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (lineItems.supportingItems.vaps) {
|
if (lineItems.vaps) {
|
||||||
amountDue += this.getTotalPriceOfAllLineItemsAndChildParts(lineItems.vaps);
|
amountDue += this.getTotalPriceOfAllLineItemsAndChildParts(lineItems.vaps);
|
||||||
}
|
}
|
||||||
return amountDue;
|
return amountDue;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue