ELT(Kasko): cost: -importProgramSum

This commit is contained in:
Chika 2022-06-20 16:19:35 +03:00
parent 760a7a8002
commit 6762824599

View File

@ -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,