[open-ils-commits] r18903 - branches/rel_2_0/Open-ILS/xul/staff_client/server/admin (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Dec 2 15:55:26 EST 2010
Author: phasefx
Date: 2010-12-02 15:55:21 -0500 (Thu, 02 Dec 2010)
New Revision: 18903
Modified:
branches/rel_2_0/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: branches/rel_2_0/Open-ILS/xul/staff_client/server/admin/work_log.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/admin/work_log.js 2010-12-02 20:54:54 UTC (rev 18902)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/admin/work_log.js 2010-12-02 20:55:21 UTC (rev 18903)
@@ -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