fix reset elt when LoadKP

This commit is contained in:
vchikalkin 2023-05-08 20:12:09 +03:00
parent 61ed3c3859
commit d153182546

View File

@ -10,7 +10,7 @@ export default function reactions(context: ProcessContext) {
const { init } = helper(context);
disposableReaction(
() => $process.has('ELT'),
() => $process.has('ELT') || $process.has('LoadKP'),
() => ({
kasko: toJS($tables.insurance.row('kasko').getValues()),
osago: toJS($tables.insurance.row('osago').getValues()),