Commit 1b8a3843 authored by Łukasz Nowak's avatar Łukasz Nowak

- moved comment to proper place

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22444 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e959698b
......@@ -98,9 +98,9 @@ kw[\'group_by_node\'] = 1\n
kw[\'group_by_variation\'] = 1\n
kw[\'group_by_resource\'] = 1\n
kwargs.update(**kw)\n
# XXX: below filtering to be replaced by HAVING expression\n
if kwargs.get(\'src__\',0) == 1:\n
return simulation_tool.getFutureInventoryList(*args,**kwargs)\n
# XXX: below filtering to be replaced by HAVING expression\n
return [q for q in simulation_tool.getFutureInventoryList(*args,**kwargs) if q.inventory < 0.0]\n
......
358
\ No newline at end of file
359
\ No newline at end of file
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