diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 3aba56913..1e78647dc 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -182,7 +182,7 @@ export default { this.isInsuranceSelected, false ); - + if (!this.isInsuranceSelected) { this.dispatchStoreAction( this.storeActions.SAVE_PARENT_ACCOUNT_NUMBER, diff --git a/src/mixins/vehicle-questions-mixin.js b/src/mixins/vehicle-questions-mixin.js index cb967210b..f898c9276 100644 --- a/src/mixins/vehicle-questions-mixin.js +++ b/src/mixins/vehicle-questions-mixin.js @@ -443,9 +443,9 @@ export default { // save to store lineItems.glassParts await baseMixin.methods.dispatchStoreAction( - storeActions.SAVE_GLASS_PARTS, + storeActions.SAVE_GLASS_PARTS, collectedGlassParts - ) + ); const payment = store.getters.payment;