copy/paste-o. Retrieve Patron in the patron log section of the Admin->Local Admin...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 2 Dec 2010 20:54:54 +0000 (20:54 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 2 Dec 2010 20:54:54 +0000 (20:54 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18902 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/admin/work_log.js

index 6b31832..88daa1a 100644 (file)
@@ -67,7 +67,7 @@ function init_lists() {
             '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');