minor fix

This commit is contained in:
wilsongomez 2022-05-12 17:49:31 -05:00
parent e081384e5e
commit 5bbb6ed8ab
1 changed files with 1 additions and 1 deletions

View File

@ -1975,7 +1975,7 @@ class Exo2276Report(Report):
vals['others_payments'] = (vals['other'] + vals['commission']
+ vals['bonus'] + vals['allowance']
+ vals['various'] + vals['food'])
vals['total_benefit'] = vals['holidays'] + vals['bonus_service']
# 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']