Commit 08a9ca78 authored by Jérome Perrin's avatar Jérome Perrin

This missing if: was querying inventorylist inside an inventorylist loop.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17493 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6bf88a5c
......@@ -469,6 +469,7 @@ for node in getInventoryList(\n
account_props[\'initial_credit_balance\'] = account_props.get(\n
\'initial_credit_balance\', 0) + max(- total_price, 0)\n
\n
if expand_accounts:\n
for node in getInventoryList(\n
node_category_strict_membership=\n
account_type_to_group_by_mirror_section,\n
......
496
\ No newline at end of file
497
\ 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