[Erp5-report] r9766 - /erp5/trunk/products/ERP5/Document/Item.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 8 15:38:41 CEST 2006


Author: seb
Date: Fri Sep  8 15:38:39 2006
New Revision: 9766

URL: http://svn.erp5.org?rev=9766&view=rev
Log:
context parameter was missing in getPrice

Modified:
    erp5/trunk/products/ERP5/Document/Item.py

Modified: erp5/trunk/products/ERP5/Document/Item.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Item.py?rev=9766&r1=9765&r2=9766&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Item.py (original)
+++ erp5/trunk/products/ERP5/Document/Item.py Fri Sep  8 15:38:39 2006
@@ -89,7 +89,7 @@
         """
         return XMLObject.generateNewId(self, id_group=id_group, default=default, method=method)
 
-    def getPrice(self,**kw):
+    def getPrice(self,context=None,**kw):
       """
         Get the Price in the context.
 




More information about the Erp5-report mailing list