Commit 50e93544 authored by Jérome Perrin's avatar Jérome Perrin

fix wrong parameter name

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30807 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3b8716fe
...@@ -136,7 +136,7 @@ for party in context.Account_zDistinctSectionList(\n ...@@ -136,7 +136,7 @@ for party in context.Account_zDistinctSectionList(\n
if omit_balanced_accounts and (\n if omit_balanced_accounts and (\n
simulation_tool.getInventoryAssetPrice(\n simulation_tool.getInventoryAssetPrice(\n
mirror_section_uid=party.uid,\n mirror_section_uid=party.uid,\n
strict_node_category=(\n node_category_strict_membership=(\n
\'account_type/asset/receivable\',\n \'account_type/asset/receivable\',\n
# TODO: don\'t compare floats for equality ...\n # TODO: don\'t compare floats for equality ...\n
\'account_type/liability/payable\')) == 0.):\n \'account_type/liability/payable\')) == 0.):\n
......
1051 1052
\ No newline at end of file \ 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