From 2a2f43e382f870904aa5efe7b4d830cb703068ea Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Tue, 29 Mar 2011 13:05:50 +0000
Subject: [PATCH] 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
---
 product/ERP5Banking/Document/BankingOperation.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/product/ERP5Banking/Document/BankingOperation.py b/product/ERP5Banking/Document/BankingOperation.py
index 47eafbf098..a69126f757 100755
--- a/product/ERP5Banking/Document/BankingOperation.py
+++ b/product/ERP5Banking/Document/BankingOperation.py
@@ -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
-- 
2.30.9