Merge pull request #459 from Safelite/feature/richardson/SSR-643.2
whoops didn't mean to keep this out.
This commit is contained in:
commit
f616433fe3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue