fix nsbonus
This commit is contained in:
parent
814bb3ec0e
commit
05ca1caee6
@ -534,7 +534,7 @@ export const prepareCalculationData = ({
|
||||
evo_sot_coefficient_type?.evo_sot_coefficient_typeid,
|
||||
);
|
||||
|
||||
if (evo_coefficient) {
|
||||
if (evo_coefficient && insuranceKaskoRow?.insured?.value === 100000001) {
|
||||
preparedValues.nsBonus =
|
||||
(evo_coefficient.evo_sot_coefficient || 0) *
|
||||
(insuranceNSRow?.insCost?.value || 0);
|
||||
|
||||
Reference in New Issue
Block a user