Commit 2a2f43e3 authored by Vincent Pelletier's avatar Vincent Pelletier

Should not be needed anymore.

Nothing seems to access this accessor on that class (anymore ?).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44728 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 355b874c
......@@ -266,10 +266,3 @@ InventoryLine.getBaobabSourceProjectUid__roles__ = PermissionRole(Permissions.Vi
InventoryLine.getBaobabDestinationProjectUid = lambda x: x.getDestinationProjectUid()
InventoryLine.getBaobabDestinationProjectUid__roles__ = PermissionRole(Permissions.View)
def getDeliveryValue(self):
"""
"""
return self
Currency.getDeliveryValue = getDeliveryValue
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