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