fix 91da9e068d2e4b00518271b420bab4c970e887c8

This commit is contained in:
vchikalkin 2024-01-17 16:12:51 +03:00
parent 8aa479e75c
commit 8f19b08422

View File

@ -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();
}
);