From 6762824599d04c393ec30717e2909f32372b6dff Mon Sep 17 00:00:00 2001 From: Chika Date: Mon, 20 Jun 2022 16:19:35 +0300 Subject: [PATCH] ELT(Kasko): cost: -importProgramSum --- .../Calculation/Components/ELT/Kasko/lib/composeRequest.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/client/Containers/Calculation/Components/ELT/Kasko/lib/composeRequest.ts b/src/client/Containers/Calculation/Components/ELT/Kasko/lib/composeRequest.ts index 3ab7b6f..9d97afb 100644 --- a/src/client/Containers/Calculation/Components/ELT/Kasko/lib/composeRequest.ts +++ b/src/client/Containers/Calculation/Components/ELT/Kasko/lib/composeRequest.ts @@ -96,7 +96,10 @@ export default function (this: ICalculationStore) { duration = 12; } const cost = - this.getValue('leaseObjectPrice') - this.getValue('supplierDiscountRub'); + this.getValue('leaseObjectPrice') - + this.getValue('supplierDiscountRub') - + //@ts-ignore + this.importProgramSum(); let notConfirmedGlassesDamages, notConfirmedGlassesDamagesSpecified = false,