From 9d5c88cfdb94adfb41c9a4b68e9a878ec2495eaa Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 7 Feb 2023 09:27:00 +0300 Subject: [PATCH 1/2] fix build --- .../Calculation/Components/Sections/sectionsList.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts index 772eb30..c9f7fd4 100644 --- a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts +++ b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts @@ -48,9 +48,9 @@ const sections: ISection[] = [ { elements: ['tbxSaleBonus'], }, - { - // elements: ['tbxRedemptionPaymentSum'], - }, + // { + // elements: ['tbxRedemptionPaymentSum'], + // }, ], }, From ee6a93002d1dcce867f6000e18f38cdf35c6db98 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 7 Feb 2023 09:27:13 +0300 Subject: [PATCH 2/2] hide supplier financing --- .../Containers/Calculation/Components/Sections/sectionsList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts index c9f7fd4..0a78438 100644 --- a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts +++ b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts @@ -35,7 +35,7 @@ const sections: ISection[] = [ blocks: [ { elements: ['tbxFirstPaymentPerc'] }, { elements: ['tbxFirstPaymentRub'] }, - { elements: ['cbxSupplierFinancing'] }, + // { elements: ['cbxSupplierFinancing'] }, ], },