[Erp5-report] r13732 - /erp5/trunk/products/ERP5/Document/Amount.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Mar 28 09:28:59 CEST 2007
Author: aurel
Date: Wed Mar 28 09:28:58 2007
New Revision: 13732
URL: http://svn.erp5.org?rev=13732&view=rev
Log:
getTotalPrice can take kw args
Modified:
erp5/trunk/products/ERP5/Document/Amount.py
Modified: erp5/trunk/products/ERP5/Document/Amount.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Amount.py?rev=13732&r1=13731&r2=13732&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Amount.py (original)
+++ erp5/trunk/products/ERP5/Document/Amount.py Wed Mar 28 09:28:58 2007
@@ -373,7 +373,7 @@
security.declareProtected(Permissions.AccessContentsInformation, 'getTotalPrice')
- def getTotalPrice(self):
+ def getTotalPrice(self, **kw):
"""
Return total price for the number of items
More information about the Erp5-report
mailing list