Commit a4011582 authored by Aurel's avatar Aurel

getInventoryStat can not use optimisation because of its result keys

parent fdd9b662
......@@ -1731,7 +1731,7 @@ class SimulationTool(BaseTool):
"""
kw['group_by_variation'] = 0
method = getattr(self,'get%sInventoryList' % simulation_period)
return method(statistic=1, inventory_list=0,
return method(statistic=1, inventory_list=0, optimisation__=False,
ignore_group_by=1, **kw)
security.declareProtected(Permissions.AccessContentsInformation,
......
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