From becf715b419bd0d383e3beeffffd11312dcbdb61 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Wed, 27 Sep 2023 17:30:50 -0400 Subject: [PATCH] whoops didn't mean to keep this out. --- src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/index.js b/src/store/index.js index ed5455c9..2a6c3cda 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1265,6 +1265,7 @@ export const useMainStore = defineStore({ this.order.customer.address.zipCode = customerQuestions.addressQuestions.zipCode; this.order.customer.firstName = customerQuestions.firstName; this.order.customer.lastName = customerQuestions.lastName; + this.order.serviceLocation.zipCode = customerQuestions.addressQuestions.zipCode; }, savePartQuestionAnswers(partQuestionAnswersArray) { // if part question answers have changed, reset subsequent question answers