[Erp5-report] r7396 - /erp5/trunk/products/ERP5Banking/Document/CashDeliveryCell.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 22 14:43:56 CEST 2006


Author: aurel
Date: Mon May 22 14:43:55 2006
New Revision: 7396

URL: http://svn.erp5.org?rev=7396&view=rev
Log:
don't acquire getBaobaSource/DestinationVariationText from line

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

Modified: erp5/trunk/products/ERP5Banking/Document/CashDeliveryCell.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/Document/CashDeliveryCell.py?rev=7396&r1=7395&r2=7396&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/Document/CashDeliveryCell.py (original)
+++ erp5/trunk/products/ERP5Banking/Document/CashDeliveryCell.py Mon May 22 14:43:55 2006
@@ -138,7 +138,7 @@
     script = self._getTypeBasedMethod('getBaobabSourceVariationText')
     if script is not None:
       return script(self)      
-    return self.aq_parent.getBaobabSourceVariationText(**kw)
+    return self.getVariationText()
 
   security.declareProtected(Permissions.View, 'getBaobabDestinationVariationText')
   def getBaobabDestinationVariationText(self, **kw):
@@ -147,4 +147,4 @@
     script = self._getTypeBasedMethod('getBaobabDestinationVariationText')
     if script is not None:
       return script(self)      
-    return self.aq_parent.getBaobabDestinationVariationText(**kw)
+    return self.getVariationText()




More information about the Erp5-report mailing list