Update cart.vue
This commit is contained in:
parent
bbdcbe65af
commit
5fda20d9ab
1 changed files with 0 additions and 2 deletions
|
|
@ -226,12 +226,10 @@ export default {
|
|||
cartItemType: promoLineItem?.partType,
|
||||
isDisplayed: true,
|
||||
subTotal:
|
||||
|
||||
(promoLineItem?.kitPrice ?? 0) +
|
||||
(promoLineItem?.laborAmount ?? 0) +
|
||||
(promoLineItem?.sellingPrice ?? 0),
|
||||
salesTax: promoLineItem?.salesTax,
|
||||
|
||||
};
|
||||
|
||||
promoLineItem.cartItemType = cartItem.cartItemType;
|
||||
|
|
|
|||
Loading…
Reference in a new issue