Merge pull request #1211 from Safelite/feature/jzimmerman/INSR-9443-2
INSR-9443: Removed a duplicate field.
This commit is contained in:
commit
5e01bcdf3d
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