remove commented lines
This commit is contained in:
parent
a9dcbe0120
commit
f6c56450f8
1 changed files with 0 additions and 2 deletions
|
|
@ -1395,8 +1395,6 @@ export const useMainStore = defineStore({
|
||||||
this.order.policy.endorsements = vehicle?.endorsements;
|
this.order.policy.endorsements = vehicle?.endorsements;
|
||||||
|
|
||||||
// TODO logic should be more complicated later on
|
// TODO logic should be more complicated later on
|
||||||
// this.order.originalDeductible = this.order.damage.isRepair ? parseFloat(this.order.policy.deductible.repair) : parseFloat(this.order.policy.deductible.replace);
|
|
||||||
// this.order.currentDeductible = this.order.originalDeductible;
|
|
||||||
this.order.originalDeductible = vehicle.deductible;
|
this.order.originalDeductible = vehicle.deductible;
|
||||||
this.order.currentDeductible = vehicle.deductible;
|
this.order.currentDeductible = vehicle.deductible;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue