Commit 897379fd authored by Fabien Morin's avatar Fabien Morin

- invert salary_range and tax_category order because of changes the PayrollService_view.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18157 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent da8fa2f0
......@@ -72,8 +72,8 @@ tax_amount = context.PaySheetTransaction_getAmountFromBaseParticipationList(\\\n
base_participation_list=(\'non_deductible_tax\', \'deductible_tax\'), \n
category_list=\'tax_category/employee_share\')\n
\n
new_cell = {\'axe_list\' : [ \'tax_category/employee_share\',\n
\'salary_range/france/forfait\'],\n
new_cell = {\'axe_list\' : [ \'salary_range/france/forfait\',\n
\'tax_category/employee_share\'],\n
\'quantity\' : tax_amount,\n
\'price\' : 1,}\n
\n
......
52
\ No newline at end of file
53
\ 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