[Erp5-report] r7635 - /erp5/trunk/products/ERP5Banking/Document/CashDeliveryLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 7 12:44:23 CEST 2006


Author: seb
Date: Wed Jun  7 12:44:20 2006
New Revision: 7635

URL: http://svn.erp5.org?rev=7635&view=rev
Log:
kw was missing in parameters

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

Modified: erp5/trunk/products/ERP5Banking/Document/CashDeliveryLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/Document/CashDeliveryLine.py?rev=7635&r1=7634&r2=7635&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/Document/CashDeliveryLine.py (original)
+++ erp5/trunk/products/ERP5Banking/Document/CashDeliveryLine.py Wed Jun  7 12:44:20 2006
@@ -78,7 +78,7 @@
     return self.aq_parent.getBaobabSource(**kw)
 
   security.declareProtected(Permissions.View, 'getBaobabDestination')
-  def getBaobabDestination(self):
+  def getBaobabDestination(self,**kw):
     """
       Returns a calculated destination
     """




More information about the Erp5-report mailing list