Commit b8f384fa authored by Nicolas Delaby's avatar Nicolas Delaby

Update quantity_sign on related Movement too

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17624 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2df78535
......@@ -448,6 +448,7 @@ class QuantitySignMovementGroup(RootMovementGroup):
return 1
if self.sign == 0:
self.sign = sign
self.setGroupEdit(quantity_sign=self.sign)
return 1
return self.sign == sign
......
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