Update quote.vue
Modifying the code in accordance with the new service package discount on all packages
This commit is contained in:
parent
e7e20f5f9f
commit
16ce4783c9
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ export default {
|
|||
});
|
||||
}
|
||||
let price = 0;
|
||||
if (tier.value == "TierTwo" && this.isServicePackageDiscountOnOrder) {
|
||||
if (tier.additionalButtonData?.servicePackageDiscount && this.isServicePackageDiscountOnOrder) {
|
||||
lineItemsToPrice.push(...this.servicePackageDiscountParts);
|
||||
}
|
||||
price += baseMixin.methods.getTierOnePackagePrice(
|
||||
|
|
|
|||
Loading…
Reference in a new issue