minor fix report

This commit is contained in:
Camilo Sarmiento 2020-08-05 20:25:50 -05:00
parent 5193fcfe85
commit 82a689ae5d
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
,developer,developer-UX430UA,05.08.2020 20:25,file:///home/developer/.config/libreoffice/4;

View File

@ -1940,7 +1940,7 @@ class PayrollExportReport(Report):
'party': employee.party.id_number,
'description': line.description,
'department': employee.department.name if employee.department else '---',
'amount': line.amount,
'amount': line.debit or line.credit,
'type': 'D',
}
if line.debit > 0:

Binary file not shown.