[Erp5-report] r44728 vincent - /erp5/trunk/products/ERP5Banking/Document/BankingOperation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 29 15:05:50 CEST 2011


Author: vincent
Date: Tue Mar 29 15:05:50 2011
New Revision: 44728

URL: http://svn.erp5.org?rev=44728&view=rev
Log:
Should not be needed anymore.

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

Modified:
    erp5/trunk/products/ERP5Banking/Document/BankingOperation.py

Modified: erp5/trunk/products/ERP5Banking/Document/BankingOperation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/Document/BankingOperation.py?rev=44728&r1=44727&r2=44728&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/Document/BankingOperation.py [utf8] (original)
+++ erp5/trunk/products/ERP5Banking/Document/BankingOperation.py [utf8] Tue Mar 29 15:05:50 2011
@@ -266,10 +266,3 @@ InventoryLine.getBaobabSourceProjectUid_
 InventoryLine.getBaobabDestinationProjectUid = lambda x: x.getDestinationProjectUid()
 InventoryLine.getBaobabDestinationProjectUid__roles__ = PermissionRole(Permissions.View)
 
-
-def getDeliveryValue(self):
-  """
-  """
-  return self
-
-Currency.getDeliveryValue = getDeliveryValue



More information about the Erp5-report mailing list