From 4a11f56f87dd2bc34866f2a761becdce277d1bd7 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 22 Sep 2022 17:32:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B8=20=D0=B7=D0=B0=D0=B3=D1=80?= =?UTF-8?q?=D1=83=D0=B7=D0=BA=D0=B5=20=D0=9A=D0=9F=20=D0=B7=D0=B0=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D0=BD=D1=8F=D1=82=D1=8C=20=D0=BF=D0=BE=D0=BB=D0=B5?= =?UTF-8?q?=20"=D0=9B=D0=B8=D0=B7=D0=B8=D0=BD=D0=B3=20=D0=B1=D0=B5=D0=B7?= =?UTF-8?q?=20=D0=9A=D0=90=D0=A1=D0=9A=D0=9E"=20(SelectLeasingWithoutKasko?= =?UTF-8?q?)=20=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D1=8C=D1=8E=20=D0=B8=D0=B7?= =?UTF-8?q?=20=D1=81=D0=B2=D1=8F=D0=B7=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20?= =?UTF-8?q?=D1=81=20quote=20addproducttype=20(=D0=BF=D0=BE=20=D0=B0=D0=BD?= =?UTF-8?q?=D0=B0=D0=BB=D0=BE=D0=B3=D0=B8=D0=B8=20=D1=81=20=D0=9D=D0=A1?= =?UTF-8?q?=D0=98=D0=91)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Effects/reactions/loadKpReaction/index.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/client/stores/CalculationStore/Effects/reactions/loadKpReaction/index.ts b/src/client/stores/CalculationStore/Effects/reactions/loadKpReaction/index.ts index c1953ff..cb7fb30 100644 --- a/src/client/stores/CalculationStore/Effects/reactions/loadKpReaction/index.ts +++ b/src/client/stores/CalculationStore/Effects/reactions/loadKpReaction/index.ts @@ -4,7 +4,7 @@ import { resetIns } from 'client/Containers/Calculation/Components/ELT/lib/reset import { numberElementsProps } from 'client/Containers/Calculation/Elements/props/common'; import { getTitle, - getValueName, + getValueName } from 'client/Containers/Calculation/Elements/tools'; import { ElementsNames } from 'client/Containers/Calculation/types/elements'; import { openNotification } from 'client/Elements/Notification'; @@ -14,7 +14,7 @@ import { mainOptionsForQuoteQuery, quoteQuery, secondaryOptionsForQuoteQuery, - singleOptionsForQuoteQuery, + singleOptionsForQuoteQuery } from 'core/services/CrmService/graphql/query/quote'; import { TOptionizedEntity } from 'core/services/CrmService/types/common'; import { @@ -23,7 +23,7 @@ import { IEvoGraph, IEvoRewardCondition, IEvoTown, - IQuote, + IQuote } from 'core/services/CrmService/types/entities'; import { currentISODate } from 'core/tools/date'; import { NIL } from 'core/tools/uuid'; @@ -40,6 +40,7 @@ const map_add_product_types_to_values = { tracker: 100000003, telematic: 100000004, fuelCard: 100000005, + leasingWithoutKasko: 100000007, }; const tablePaymentsStatuses = (graphType, seasonType, leasingPeriod) => {