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();
|
||||
}
|
||||
|
||||
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);
|
||||
// }
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user