From 35b3cd263fa0de43b8ea6121e5d9d60b7c27c25a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 29 Oct 2014 17:09:46 -0400 Subject: [PATCH] KMAIN-1235 Red Highlighting of fines on titles still checked out missing after update Cross-port: ff07a88 --- Open-ILS/xul/staff_client/chrome/content/util/list.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/list.js b/Open-ILS/xul/staff_client/chrome/content/util/list.js index b6368c6986..580900222c 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/list.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/list.js @@ -647,7 +647,8 @@ util.list.prototype = { s += ('tree = ' + this.node + ' treechildren = ' + treechildren_node + '\n'); s += ('treeitem = ' + treeitem + ' treerow = ' + treerow + '\n'); - + obj.put_retrieving_label(treerow); + if (typeof params.retrieve_row == 'function' || typeof this.retrieve_row == 'function') { obj.event_listeners.add( treerow, -- 2.11.0