Commit 27d4387a authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_payroll: only use Pay Sheet Lines when generating the Payroll Taxes Report

parent 228a9903
...@@ -34,6 +34,7 @@ employee_params = { ...@@ -34,6 +34,7 @@ employee_params = {
'precision' : precision, 'precision' : precision,
'resource' : resource, 'resource' : resource,
'ledger' : ledger, 'ledger' : ledger,
'only_accountable' : False,
} }
employer_params = { employer_params = {
...@@ -47,6 +48,7 @@ employer_params = { ...@@ -47,6 +48,7 @@ employer_params = {
'precision' : precision, 'precision' : precision,
'resource' : resource, 'resource' : resource,
'ledger' : ledger, 'ledger' : ledger,
'only_accountable' : False,
} }
if request.get('mirror_section'): if request.get('mirror_section'):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment