CASH-532v2
CASH-532 removed autoselecting driver and passenger glass coming from leadgen with a split windshield truck
This commit is contained in:
parent
477492ff35
commit
dfa5ac9f48
1 changed files with 0 additions and 10 deletions
|
|
@ -193,16 +193,6 @@ export default {
|
||||||
damageLocationsSelected.SINGLE
|
damageLocationsSelected.SINGLE
|
||||||
);
|
);
|
||||||
return vm.forwardButtonAction();
|
return vm.forwardButtonAction();
|
||||||
} else if (
|
|
||||||
selectedGlassToReplace ==
|
|
||||||
`${damageLocationsSelected.DRIVER},${damageLocationsSelected.PASSENGER}`
|
|
||||||
) {
|
|
||||||
vm.selectedWindshieldOptions.selectedWindshieldReplaceOptions.push(
|
|
||||||
damageLocationsSelected.DRIVER
|
|
||||||
);
|
|
||||||
vm.selectedWindshieldOptions.selectedWindshieldReplaceOptions.push(
|
|
||||||
damageLocationsSelected.PASSENGER
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
baseMixin.methods.ResetExternalParamsAndHideModal();
|
baseMixin.methods.ResetExternalParamsAndHideModal();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue