Commit 98a971b5 authored by Aurel's avatar Aurel

fix category path in payroll report

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33078 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a23ba4b
......@@ -61,7 +61,7 @@ portal = context.getPortalObject()\n
translateString = portal.Base_translateString\n
\n
net_salary_base_amount_uid = \\\n
portal.portal_categories.base_amount.net_salary.getUid()\n
portal.portal_categories.base_amount.payroll.report.salary.net.getUid()\n
employee_contribution_share_uid = \\\n
portal.portal_categories.contribution_share.employee.getUid()\n
\n
......
551
\ No newline at end of file
552
\ No newline at end of file
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