diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index b08e9ed72..9f973d79d 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -2,6 +2,13 @@
+ +
+

+ alternateGlassPartsForOem: {{ alternateGlassPartsForOem }} +

+
+
@@ -743,6 +750,12 @@ export default { this.lineItems.supportingItems = this.filterOutFees(this.lineItems.supportingItems); } + // isOemGlassSelected? + // if it IS, then swap out the glass parts in the line items for these + + // if it's NOT selected BUT alternateGlassPartsForOem exist, then swap out + // // the existing glass line items for whatever is in alternateGlassPartsForOem + if (this.lineItems.glassParts?.length > 0) { this.dispatchStoreAction( this.storeActions.SAVE_GLASS_PARTS_SUPPRESSING_STATE_RESETTING,