[Erp5-report] r9220 - /erp5/trunk/products/ERP5/Document/Amount.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 16 09:42:00 CEST 2006


Author: jerome
Date: Wed Aug 16 09:41:56 2006
New Revision: 9220

URL: http://svn.erp5.org?rev=9220&view=rev
Log:
security declaration used a wrong method name

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=9220&r1=9219&r2=9220&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Amount.py (original)
+++ erp5/trunk/products/ERP5/Document/Amount.py Wed Aug 16 09:41:56 2006
@@ -365,7 +365,7 @@
     pass
   
   
-  security.declareProtected(Permissions.AccessContentsInformation, 'getTotalBasePrice')
+  security.declareProtected(Permissions.AccessContentsInformation, 'getTotalPrice')
   def getTotalPrice(self):
     """
       Return total price for the number of items




More information about the Erp5-report mailing list