Commit a22e4d38 authored by Sebastien Robin's avatar Sebastien Robin

fixed stupid mistake


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3393 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 279b1038
......@@ -180,7 +180,7 @@ class DeliveryCell(MappedValue, Movement):
else:
return self.aq_parent.getProperty('quantity')
else:
return self.getQuantity() # We have acquisition here which me should mimic
return self.getParent().getQuantity() # We have acquisition here which me should mimic
# return None
def _setItemIdList(self, value):
......
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