reset deductible if damage changes
This commit is contained in:
parent
7648904408
commit
bfe1b139d1
1 changed files with 1 additions and 0 deletions
|
|
@ -1286,6 +1286,7 @@ export const useMainStore = defineStore({
|
|||
// Reset dependent state when changing
|
||||
// Was resetGlassPartsState, added dependencies for SSR-290
|
||||
this.resetPartsAndDependencies();
|
||||
this.order.currentDeductible = this.order.originalDeductible;
|
||||
|
||||
// Save new values
|
||||
this.updateIsRepair(isWindshieldRepair);
|
||||
|
|
|
|||
Loading…
Reference in a new issue