Merge branch 'development'
This commit is contained in:
commit
fe37d20f44
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user