fix selectQuote validation
This commit is contained in:
parent
e8e284e9d5
commit
9505f29712
@ -23,7 +23,7 @@ const CUSTOM_CONDITIONS: TElements<
|
||||
const quote = calculationStore.getValue('quote');
|
||||
return (
|
||||
calculationStore.getValue('recalcWithRevision') === true &&
|
||||
!CONDITIONS.IS_NULL(quote)
|
||||
CONDITIONS.IS_NULL(quote)
|
||||
);
|
||||
},
|
||||
tbxVehicleTaxInYear: calculationStore => {
|
||||
|
||||
Reference in New Issue
Block a user