Merge branch 'development'

This commit is contained in:
Chika 2022-01-27 12:33:04 +03:00
commit d486b9aca5

View File

@ -146,14 +146,6 @@ export default [
description:
'Срок страхования КАСКО изменен на 12 месяцев, т.к. оформляется Однолетний полис',
})();
} else {
calculationStore.setTableRow(
'tableInsurance',
rows => rows.findIndex(x => x.policyType?.value === 'КАСКО'),
false,
)({
insTerm: { status: ElementStatus.Default },
});
}
},
}),