[Erp5-report] r28259 - /erp5/trunk/products/Formulator/Field.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 4 10:16:35 CEST 2009


Author: jerome
Date: Tue Aug  4 10:16:30 2009
New Revision: 28259

URL: http://svn.erp5.org?rev=28259&view=rev
Log:
fix docstring

Modified:
    erp5/trunk/products/Formulator/Field.py

Modified: erp5/trunk/products/Formulator/Field.py
URL: http://svn.erp5.org/erp5/trunk/products/Formulator/Field.py?rev=28259&r1=28258&r2=28259&view=diff
==============================================================================
--- erp5/trunk/products/Formulator/Field.py [utf8] (original)
+++ erp5/trunk/products/Formulator/Field.py [utf8] Tue Aug  4 10:16:30 2009
@@ -170,7 +170,6 @@
 
     def generate_subfield_key(self, id, validation=0, key=None):
       """Generate the key Silva uses to render a sub field.
-         Added key parameter for ERP5
          Added key parameter for ERP5 in order to be compatible with listbox/matrixbox
       """
       if key is None: key = self.id




More information about the Erp5-report mailing list