From 9af898604d8f28d12ee50ca2f6f410ecbc640068 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Fri, 9 Jan 2026 10:59:33 -0500 Subject: [PATCH] CASH-2025: temp commenting during dev --- src/layouts/quote/quote.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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,