From 28287e5d32fb8e0cb79849980b13fbbc52b26b96 Mon Sep 17 00:00:00 2001 From: Chika Date: Thu, 27 Jan 2022 12:32:46 +0300 Subject: [PATCH] tableInsurance: insTerm always disabled --- .../CalculationStore/Effects/reactions/tablesReactions.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/client/stores/CalculationStore/Effects/reactions/tablesReactions.ts b/src/client/stores/CalculationStore/Effects/reactions/tablesReactions.ts index ef56594..05b1dc9 100644 --- a/src/client/stores/CalculationStore/Effects/reactions/tablesReactions.ts +++ b/src/client/stores/CalculationStore/Effects/reactions/tablesReactions.ts @@ -146,14 +146,6 @@ export default [ description: 'Срок страхования КАСКО изменен на 12 месяцев, т.к. оформляется Однолетний полис', })(); - } else { - calculationStore.setTableRow( - 'tableInsurance', - rows => rows.findIndex(x => x.policyType?.value === 'КАСКО'), - false, - )({ - insTerm: { status: ElementStatus.Default }, - }); } }, }),