Commit 6b85d617 authored by Jérome Perrin's avatar Jérome Perrin

fixup! Inventory API: drop default group by in getMovementHistoryList

If we don't propagate movement_list_mode to catalog, this prevents
catalog from raising an error about this unknown parameter.
parent 2c9dfa51
......@@ -510,7 +510,6 @@ class SimulationTool(BaseTool):
# Remove some internal parameters that does not have any meaning for
# catalog
new_kw.pop('ignore_group_by', None)
new_kw.pop('movement_list_mode', None)
sql_kw.update(ctool.buildSQLQuery(**new_kw))
return sql_kw
......
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