[Erp5-report] r39885 arnaud.fontaine - /erp5/trunk/products/ERP5Type/Base.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 4 10:37:29 CET 2010


Author: arnaud.fontaine
Date: Thu Nov  4 10:37:25 2010
New Revision: 39885

URL: http://svn.erp5.org?rev=39885&view=rev
Log:
Fix typo

Modified:
    erp5/trunk/products/ERP5Type/Base.py

Modified: erp5/trunk/products/ERP5Type/Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Base.py?rev=39885&r1=39884&r2=39885&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Base.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Base.py [utf8] Thu Nov  4 10:37:25 2010
@@ -964,7 +964,7 @@ class Base( CopyContainer,
 
   # XXX This is necessary to override getId which is also defined in SimpleItem.
   security.declareProtected( Permissions.AccessContentsInformation, 'getId' )
-  BaseAccessor.Getter('getId', 'id', 'string')
+  getId = BaseAccessor.Getter('getId', 'id', 'string')
 
   # Debug
   def getOid(self):




More information about the Erp5-report mailing list