Merge pull request #2068 from Safelite/feature/CSR-2199
Update quote.vue
This commit is contained in:
commit
4ef4bc7bd1
1 changed files with 1 additions and 1 deletions
|
|
@ -596,7 +596,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