[Erp5-report] r15267 - /erp5/trunk/products/ERP5/PropertySheet/Comment.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 20 16:01:49 CEST 2007


Author: jerome
Date: Fri Jul 20 16:01:48 2007
New Revision: 15267

URL: http://svn.erp5.org?rev=15267&view=rev
Log:
default comment to an empty string

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Comment.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Comment.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Comment.py?rev=15267&r1=15266&r2=15267&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Comment.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Comment.py Fri Jul 20 16:01:48 2007
@@ -35,6 +35,7 @@
   _properties = (
         {   'id'          : 'comment',
             'description' : 'Comments',
+            'default'     : '',
             'type'        : 'text',
             'mode'        : 'w' },
       )




More information about the Erp5-report mailing list