Commit d587fcf4 authored by Jérome Perrin's avatar Jérome Perrin

another typo that generates invalid sql in testBudget and testInventoryAPI


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37332 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0523c08b
......@@ -797,7 +797,7 @@ class SimulationTool(BaseTool):
if group_by_section_category:
related_key_group_by_expression_list.append('section_category_uid')
related_key_select_expression_list.append('stock_section_category_uid')
related_key_select_expression_list.append('section_category_uid')
if group_by_section_category_strict_membership:
related_key_group_by_expression_list.append(
'section_category_strict_membership_uid')
......
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