minor fix

This commit is contained in:
Wilson Gomez 2023-04-12 14:18:51 -05:00
parent 4245c6fd64
commit 4e4efc49e2
1 changed files with 1 additions and 1 deletions

View File

@ -1088,7 +1088,7 @@ class PayrollGlobalReport(Report):
sum_net_payment = []
parties = {}
payments = ['salary', 'transport', 'extras', 'food', 'bonus']
payments = ['salary', 'transport', 'extras', 'food', 'bonus', 'commission']
deductions = [
'health', 'retirement', 'tax', 'syndicate',
'fsp', 'acquired_product', 'advance', 'loan'