diff --git a/src/store/index.js b/src/store/index.js index 0fb6adc7..536bbfd1 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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,