Commit 34f1aefd authored by Vincent Pelletier's avatar Vincent Pelletier

Return optimisation_success value.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24871 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0540d71a
......@@ -975,8 +975,8 @@ class SimulationTool(BaseTool):
return {'group_by_expression': group_by_expression,
'column_id_list': column_id_list,
'column_value_list_list': column_value_list_list,
'where_expression' : where_expression,}
first_query_param_dict = getFirstQueryParameterDict(new_kw)
'where_expression' : where_expression,}, optimisation_success
first_query_param_dict, optimisation_success = getFirstQueryParameterDict(new_kw)
if optimisation_success:
if len(first_query_param_dict['column_id_list']):
inventory_date_line_list = self.Resource_zGetFullInventoryDate(
......
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