Merge pull request #2079 from Safelite/BRM-modal-footer-fix
BRM modal footer fix
This commit is contained in:
commit
09d0a7ea62
2 changed files with 2 additions and 1 deletions
|
|
@ -156,6 +156,7 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
background-color: $white;
|
||||||
}
|
}
|
||||||
&.modal-component {
|
&.modal-component {
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
|
|
|
||||||
|
|
@ -596,7 +596,7 @@ export default {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
let price = 0;
|
let price = 0;
|
||||||
if (tier.value == "TierTwo" && this.isServicePackageDiscountOnOrder) {
|
if (tier.additionalButtonData?.servicePackageDiscount && this.isServicePackageDiscountOnOrder) {
|
||||||
lineItemsToPrice.push(...this.servicePackageDiscountParts);
|
lineItemsToPrice.push(...this.servicePackageDiscountParts);
|
||||||
}
|
}
|
||||||
price += baseMixin.methods.getTierOnePackagePrice(
|
price += baseMixin.methods.getTierOnePackagePrice(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue