[Erp5-report] r23535 - in /erp5/trunk/bt5/erp5_calendar: SkinTemplateItem/portal_skins/erp5...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 10 10:34:04 CEST 2008


Author: jerome
Date: Wed Sep 10 10:33:55 2008
New Revision: 23535

URL: http://svn.erp5.org?rev=23535&view=rev
Log:
fix wrong variable name

Modified:
    erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/PersonModule_getLeaveRequestReportListboxUntranslatableColumnList.xml
    erp5/trunk/bt5/erp5_calendar/bt/revision

Modified: erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/PersonModule_getLeaveRequestReportListboxUntranslatableColumnList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/PersonModule_getLeaveRequestReportListboxUntranslatableColumnList.xml?rev=23535&r1=23534&r2=23535&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/PersonModule_getLeaveRequestReportListboxUntranslatableColumnList.xml (original)
+++ erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/PersonModule_getLeaveRequestReportListboxUntranslatableColumnList.xml Wed Sep 10 10:33:55 2008
@@ -73,8 +73,6 @@
 from_date = request[\'from_date\']\n
 to_date = request[\'to_date\']\n
 \n
-result_list = [ ]\n
-\n
 # get all resources used for leave requests\n
 resource_list = []\n
 for inventory in stool.getInventoryList(\n
@@ -87,7 +85,7 @@
            portal.portal_categories.restrictedTraverse(\n
                 inventory.resource_relative_url).getTitle()))\n
 \n
-return result_list\n
+return resource_list\n
 </string> </value>
         </item>
         <item>
@@ -142,7 +140,6 @@
                             <string>_getitem_</string>
                             <string>from_date</string>
                             <string>to_date</string>
-                            <string>result_list</string>
                             <string>resource_list</string>
                             <string>_getiter_</string>
                             <string>inventory</string>

Modified: erp5/trunk/bt5/erp5_calendar/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_calendar/bt/revision?rev=23535&r1=23534&r2=23535&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_calendar/bt/revision (original)
+++ erp5/trunk/bt5/erp5_calendar/bt/revision Wed Sep 10 10:33:55 2008
@@ -1,1 +1,1 @@
-350
+351




More information about the Erp5-report mailing list