[Erp5-report] r33505 aurel - in /erp5/trunk/bt5/erp5_payroll: SkinTemplateItem/portal_skins...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 8 16:45:00 CET 2010


Author: aurel
Date: Mon Mar  8 16:44:58 2010
New Revision: 33505

URL: http://svn.erp5.org?rev=33505&view=rev
Log:
on the listbox of paysheet view, base column is part of 'editable field' so that it uses properties defined on listbox_base field

Modified:
    erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getListBoxColumnList.xml
    erp5/trunk/bt5/erp5_payroll/bt/revision

Modified: erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getListBoxColumnList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getListBoxColumnList.xml?rev=33505&r1=33504&r2=33505&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getListBoxColumnList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_getListBoxColumnList.xml [utf8] Mon Mar  8 16:44:58 2010
@@ -66,13 +66,14 @@
                         (\'title\', \'Title\'),]\n
 \n
 not_editable_column_list = [(\'source_section_title\', \'Service Provider\'),\n
-                            (\'slice\', \'Slice\'),\n
-                            (\'base\', \'Base\'),]\n
+                            (\'slice\', \'Slice\'),]\n
 \n
 column_list.extend(editable_column_list)\n
 \n
 if not editable:\n
   column_list.extend(not_editable_column_list)\n
+\n
+column_list.append((\'base\', \'Base\'))\n
 \n
 \n
 # this following columns are add for both edibales and not\n

Modified: erp5/trunk/bt5/erp5_payroll/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_payroll/bt/revision?rev=33505&r1=33504&r2=33505&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_payroll/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_payroll/bt/revision [utf8] Mon Mar  8 16:44:58 2010
@@ -1,1 +1,1 @@
-553
+554




More information about the Erp5-report mailing list