Commit 906a6f7f authored by Fabien Morin's avatar Fabien Morin

if nothing has been added, no need to take care of the result


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27315 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 497b1797
......@@ -190,6 +190,6 @@ class TradeCondition(Path, Transformation):
if len(result) != len(movement_list):
# something was added
need_to_run = 1
movement_list = result
movement_list = result
return 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