Commit 19846643 authored by Aurel's avatar Aurel

propagate connection id


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16130 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a795559d
......@@ -855,7 +855,7 @@ class SimulationTool(BaseTool):
omit_simulation=0,
selection_domain=None, selection_report=None,
statistic=0, inventory_list=1,
precision=None, **kw):
precision=None, connection_id=None, **kw):
"""
Returns a list of inventories for a single or multiple
resources on a single or multiple nodes, grouped by resource,
......@@ -1136,7 +1136,7 @@ class SimulationTool(BaseTool):
standardise=standardise, omit_simulation=omit_simulation,
selection_domain=selection_domain,
selection_report=selection_report, precision=precision,
inventory_list=inventory_list,
inventory_list=inventory_list, connection_id=connection_id,
statistic=statistic, **stock_sql_kw)
if src__:
sql_source_list.append(result)
......
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