Commit 14a62854 authored by Jérome Perrin's avatar Jérome Perrin

typo in AccountModule_getAccountListForTrialBalance

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17407 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eda11226
......@@ -444,7 +444,7 @@ for node in getInventoryList(\n
portal_type=accounting_movement_type_list +\n
balance_movement_type_list,\n
**inventory_params):\n
mirror_section_uid = MARKER\n
mirror_section_key = MARKER\n
if expand_accounts:\n
mirror_section_key = node[\'mirror_section_uid\']\n
account_props = line_per_account.setdefault(\n
......@@ -467,7 +467,7 @@ for node in getInventoryList(\n
at_date=from_date + 1,\n
portal_type=balance_movement_type_list,\n
**inventory_params):\n
mirror_section_uid = MARKER\n
mirror_section_key = MARKER\n
if expand_accounts:\n
mirror_section_key = node[\'mirror_section_uid\']\n
account_props = line_per_account.setdefault(\n
......@@ -489,7 +489,7 @@ for node in getInventoryList(\n
to_date=from_date,\n
portal_type=accounting_movement_type_list,\n
**inventory_params):\n
mirror_section_uid = MARKER\n
mirror_section_key = MARKER\n
if expand_accounts:\n
mirror_section_key = node[\'mirror_section_uid\']\n
account_props = line_per_account.setdefault(\n
......@@ -509,7 +509,7 @@ for node in getInventoryList(\n
to_date=from_date,\n
portal_type=accounting_movement_type_list,\n
**inventory_params):\n
mirror_section_uid = MARKER\n
mirror_section_key = MARKER\n
if expand_accounts:\n
mirror_section_key = node[\'mirror_section_uid\']\n
account_props = line_per_account.setdefault(\n
......@@ -842,10 +842,10 @@ return new_line_list\n
<string>getNodeTitleAndId</string>
<string>initial_balance_date</string>
<string>min</string>
<string>mirror_section_uid</string>
<string>mirror_section_key</string>
<string>line_list</string>
<string>node_relative_url</string>
<string>mirror_section_uid</string>
<string>payment_uid</string>
<string>data</string>
<string>node_title</string>
......
490
\ No newline at end of file
491
\ 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