Commit 684b7727 authored by Fabien Morin's avatar Fabien Morin

change axe_list name into category_list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18313 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8c4f544c
......@@ -72,7 +72,7 @@ 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
new_cell = {\'category_list\' : [\'tax_category/employee_share\',],\n
\'quantity\' : tax_amount,\n
\'price\' : 1,}\n
\n
......
55
\ No newline at end of file
57
\ 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