Commit 84724764 authored by Vincent Pelletier's avatar Vincent Pelletier

Move comment before command.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15867 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 847139f9
......@@ -868,8 +868,8 @@ class SimulationTool(BaseTool):
the kind of inventory statistics we want to display (ex. sum,
average, cost, etc.)
"""
kw = self._getDefaultGroupByParameters(**kw)
# If no group at all, give a default sort group by
kw = self._getDefaultGroupByParameters(**kw)
sql_kw = self._generateSQLKeywordDict(**kw)
return self.Resource_zGetInventoryList(
src__=src__, ignore_variation=ignore_variation,
......
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