[open-ils-commits] r18902 - trunk/Open-ILS/xul/staff_client/server/admin (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Dec 2 15:54:59 EST 2010


Author: phasefx
Date: 2010-12-02 15:54:54 -0500 (Thu, 02 Dec 2010)
New Revision: 18902

Modified:
   trunk/Open-ILS/xul/staff_client/server/admin/work_log.js
Log:
copy/paste-o.  Retrieve Patron in the patron log section of the Admin->Local Admin->Work Log uses the right list now


Modified: trunk/Open-ILS/xul/staff_client/server/admin/work_log.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/work_log.js	2010-12-02 19:32:30 UTC (rev 18901)
+++ trunk/Open-ILS/xul/staff_client/server/admin/work_log.js	2010-12-02 20:54:54 UTC (rev 18902)
@@ -67,7 +67,7 @@
             'columns' : columns,
             'map_row_to_columns' : column_mapper_func,
             'on_select' : function(ev) {
-                JSAN.use('util.functional'); var sel = list1.retrieve_selection();
+                JSAN.use('util.functional'); var sel = list2.retrieve_selection();
                 selected2 = util.functional.map_list( sel, function(o) { return JSON2js(o.getAttribute('retrieve_id')); });
                 if (selected2.length == 0) { 
                     cmd_retrieve_patron2.setAttribute('disabled','true');



More information about the open-ils-commits mailing list