disable cbxLeaseObjectUsed reaction
This commit is contained in:
parent
655ff02701
commit
9f64e5cec6
@ -90,13 +90,13 @@ export function common({ store, apolloClient }: ProcessContext) {
|
|||||||
$calculation.element('selectImportProgram').resetValue();
|
$calculation.element('selectImportProgram').resetValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
// if (
|
||||||
productId &&
|
// productId &&
|
||||||
partialVAT &&
|
// partialVAT &&
|
||||||
$calculation.element('cbxRecalcWithRevision').getValue() === false
|
// $calculation.element('cbxRecalcWithRevision').getValue() === false
|
||||||
) {
|
// ) {
|
||||||
$calculation.element('cbxLeaseObjectUsed').setValue(true);
|
// $calculation.element('cbxLeaseObjectUsed').setValue(true);
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user