Merge branch 'develop' into feature/jnou/more-fixes-playwright
This commit is contained in:
commit
29a0007f94
1 changed files with 1 additions and 1 deletions
|
|
@ -637,7 +637,6 @@ export const useMainStore = defineStore({
|
|||
referralCorrelationId: this.order.referralCorrelationId,
|
||||
accountNumber: this.order.parentAccountNumber?.toString() ?? '',
|
||||
policyData: this.order.policy.policyData,
|
||||
isRepair: this.order.damage.isRepair,
|
||||
isItac: isITAC,
|
||||
insured: {
|
||||
firstName: this.order.customer.firstName,
|
||||
|
|
@ -672,6 +671,7 @@ export const useMainStore = defineStore({
|
|||
},
|
||||
lossInfo: {
|
||||
dateOfLoss: this.order.policy.dateOfLoss,
|
||||
isRepair: this.order.damage.isRepair,
|
||||
location: {
|
||||
city: this.order.policy.damageCity,
|
||||
state: this.order.policy.damageState,
|
||||
|
|
|
|||
Loading…
Reference in a new issue