CSR-1392
correct vaps amount check
This commit is contained in:
parent
c97c30a968
commit
c644bd4ef5
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ export default {
|
|||
lineItems.supportingItems
|
||||
);
|
||||
}
|
||||
if (lineItems.supportingItems.vaps) {
|
||||
if (lineItems.vaps) {
|
||||
amountDue += this.getTotalPriceOfAllLineItemsAndChildParts(lineItems.vaps);
|
||||
}
|
||||
return amountDue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue