fix kaskoPriceLeasePeriod calculation
This commit is contained in:
parent
86357fe309
commit
652da5ef6d
@ -55,8 +55,9 @@ const computedEffects = {
|
||||
}
|
||||
}
|
||||
},
|
||||
insKaskoPriceLeasePeriod: () =>
|
||||
customValues.insKaskoPriceLeasePeriod.call(this).toFixed(2),
|
||||
insKaskoPriceLeasePeriod() {
|
||||
return customValues.insKaskoPriceLeasePeriod.call(this).toFixed(2);
|
||||
},
|
||||
};
|
||||
|
||||
export default computedEffects;
|
||||
|
||||
Reference in New Issue
Block a user