fix selectQuote validation

This commit is contained in:
Chika 2021-05-26 14:15:59 +03:00
parent e8e284e9d5
commit 9505f29712

View File

@ -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 => {