fix 91da9e068d2e4b00518271b420bab4c970e887c8
This commit is contained in:
parent
8aa479e75c
commit
8f19b08422
@ -335,7 +335,7 @@ export function common({ store, apolloClient }: ProcessContext) {
|
||||
if (evo_baseproduct?.evo_id) izt = evo_baseproduct?.evo_id?.includes('IZT');
|
||||
}
|
||||
|
||||
if (izt) $calculation.element('cbxLeaseObjectUsed').block();
|
||||
if (izt) $calculation.element('cbxLeaseObjectUsed').setValue(true).block();
|
||||
else $calculation.element('cbxLeaseObjectUsed').unblock();
|
||||
}
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user