minor fix report

This commit is contained in:
santiago mendez 2023-03-06 09:29:21 -05:00
parent b421a2a1e9
commit 0dc28d6c23
1 changed files with 1 additions and 1 deletions

View File

@ -1089,7 +1089,7 @@ class PayrollGlobalReport(Report):
payments = ['salary', 'transport', 'extras', 'food', 'bonus']
deductions = [
'health', 'retirement', 'tax', 'syndicate',
'fsp', 'acquired_product'
'fsp', 'acquired_product', 'advance', 'loan'
]
for payroll in payrolls:
employee_id = payroll.employee.id