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 = {
'precision' : precision,
'resource' : resource,
'ledger' : ledger,
'only_accountable' : False,
}
employer_params = {
......@@ -47,6 +48,7 @@ employer_params = {
'precision' : precision,
'resource' : resource,
'ledger' : ledger,
'only_accountable' : False,
}
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