Commit 40c7917e authored by Vincent Pelletier's avatar Vincent Pelletier

Woops, if we return that variable then we must define it too, it won't be...

Woops, if we return that variable then we must define it too, it won't be grabbed from parent scope.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24873 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c804124f
......@@ -932,6 +932,7 @@ class SimulationTool(BaseTool):
# Generate first query parameter dict
if optimisation_success:
def getFirstQueryParameterDict(query_generator_kw):
optimisation_success = True
AVAILABLE_CRITERIONS_IN_INVENTORY_TABLE = ['node_uid',
'section_uid',
'payment_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