From: phasefx Date: Thu, 2 Dec 2010 20:55:21 +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=04d7434180b5f591d3cddd74031323be60bdd817;p=contrib%2FConifer.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/branches/rel_2_0@18903 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');