minor fix

This commit is contained in:
santiago mendez 2022-05-18 17:28:04 -05:00
parent e0f35c064e
commit f6ff52d53a
1 changed files with 3 additions and 2 deletions

View File

@ -1983,11 +1983,12 @@ class Exo2276Report(Report):
# vals['cesanpag'] = vals['unemployment'] + vals['interest']
vals['others_payments'] = (vals['other'] + vals['commission']
+ vals['bonus'] + vals['allowance']
+ vals['various'] + vals['food'])
+ vals['various'] + vals['food']
+ vals['transport'])
# vals['total_benefit'] = vals['holidays'] + vals['bonus_service']
vals['total_retirement'] = vals['fsp'] + vals['retirement']
vals['total_salary'] = sum([
vals['salary'], vals['extras'], vals['transport']
vals['salary'], vals['extras']
])
return vals