From: phasefx Date: Thu, 2 Dec 2010 20:54:54 +0000 (+0000) Subject: copy/paste-o. Retrieve Patron in the patron log section of the Admin->Local Admin... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=158ab4d67528f02a3a85b8798eadc0cb3a5c7921;p=evergreen%2Fpines.git copy/paste-o. Retrieve Patron in the patron log section of the Admin->Local Admin->Work Log uses the right list now git-svn-id: svn://svn.open-ils.org/ILS/trunk@18902 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/admin/work_log.js b/Open-ILS/xul/staff_client/server/admin/work_log.js index 6b318324c6..88daa1abed 100644 --- a/Open-ILS/xul/staff_client/server/admin/work_log.js +++ b/Open-ILS/xul/staff_client/server/admin/work_log.js @@ -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');