Merge pull request #1477 from Safelite/feature/CSR-1392

Feature/csr 1392
This commit is contained in:
CarlNation 2023-10-31 09:07:19 -04:00 committed by GitHub
commit fd8721b4b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ export default {
lineItems.supportingItems
);
}
if (lineItems.supportingItems.vaps) {
if (lineItems.vaps) {
amountDue += this.getTotalPriceOfAllLineItemsAndChildParts(lineItems.vaps);
}
return amountDue;