Merge pull request #459 from Safelite/feature/richardson/SSR-643.2

whoops didn't mean to keep this out.
This commit is contained in:
brich1212safe 2023-09-27 17:43:14 -04:00 committed by GitHub
commit f616433fe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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