disable cbxLeaseObjectUsed reaction

This commit is contained in:
vchikalkin 2024-10-15 15:44:15 +03:00
parent 655ff02701
commit 9f64e5cec6

View File

@ -90,13 +90,13 @@ export function common({ store, apolloClient }: ProcessContext) {
$calculation.element('selectImportProgram').resetValue();
}
if (
productId &&
partialVAT &&
$calculation.element('cbxRecalcWithRevision').getValue() === false
) {
$calculation.element('cbxLeaseObjectUsed').setValue(true);
}
// if (
// productId &&
// partialVAT &&
// $calculation.element('cbxRecalcWithRevision').getValue() === false
// ) {
// $calculation.element('cbxLeaseObjectUsed').setValue(true);
// }
}
);