[Erp5-report] r25169 - /erp5/trunk/products/ERP5/PropertySheet/PaySheetModelLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 19 12:07:29 CET 2009


Author: fabien
Date: Mon Jan 19 12:07:28 2009
New Revision: 25169

URL: http://svn.erp5.org?rev=25169&view=rev
Log:
rename a field. Thanks to yo for notice this

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

Modified: erp5/trunk/products/ERP5/PropertySheet/PaySheetModelLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/PaySheetModelLine.py?rev=25169&r1=25168&r2=25169&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/PaySheetModelLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/PaySheetModelLine.py [utf8] Mon Jan 19 12:07:28 2009
@@ -39,11 +39,12 @@
       'type'        : 'boolean',
       'mode'        : 'w' 
     },
-    { 'id'          : 'do_not_create_paysheet_line',
-      'description' : 'If set to 1, the corresponding paysheet line will not'
+    { 'id'          : 'create_paysheet_line',
+      'description' : 'A flag indicating if the corresponding paysheet line will'
                       ' be created',
       'type'        : 'boolean',
-      'mode'        : 'w' 
+      'mode'        : 'w',
+      'default'     : True,
     },
     { 'id'          : 'calculation_script_id',
       'description' : 'If no script found on Pay Sheet Model Lines, this'




More information about the Erp5-report mailing list