[Erp5-report] r17741 - /erp5/trunk/products/ERP5/PropertySheet/PaySheetModel.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 22 11:01:57 CET 2007


Author: fabien
Date: Thu Nov 22 11:01:57 2007
New Revision: 17741

URL: http://svn.erp5.org?rev=17741&view=rev
Log:
change sript_id name

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

Modified: erp5/trunk/products/ERP5/PropertySheet/PaySheetModel.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/PaySheetModel.py?rev=17741&r1=17740&r2=17741&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/PaySheetModel.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/PaySheetModel.py Thu Nov 22 11:01:57 2007
@@ -40,9 +40,10 @@
       'default'     : [],
       'mode'        : 'w' 
     },
-    { 'id'          : 'localized_calculation_script_id'
-    , 'description' : 'name of the script used to do localised calculs'
-    , 'type'        : 'string'
-    , 'mode'        : 'w'
+    { 'id'          : 'default_calculation_script_id',
+      'description' : 'If no script found on Pay Sheet Model Lines, this\
+          script is used to do localised calculs',
+      'type'        : 'string',
+      'mode'        : 'w',
     },
   )




More information about the Erp5-report mailing list