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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 7 12:32:22 CEST 2006


Author: seb
Date: Wed Jun  7 12:32:18 2006
New Revision: 7634

URL: http://svn.erp5.org?rev=7634&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=7634&r1=7633&r2=7634&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/Document/CashDeliveryLine.py (original)
+++ erp5/trunk/products/ERP5Banking/Document/CashDeliveryLine.py Wed Jun  7 12:32:18 2006
@@ -68,7 +68,7 @@
                     )
 
   security.declareProtected(Permissions.View, 'getBaobabSource')
-  def getBaobabSource(self):
+  def getBaobabSource(self,**kw):
     """
       Returns a calculated source
     """




More information about the Erp5-report mailing list