From: Bill Erickson Date: Wed, 29 Oct 2014 21:09:46 +0000 (-0400) Subject: KMAIN-1235 Red Highlighting of fines on titles still checked out missing after update X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=35b3cd263fa0de43b8ea6121e5d9d60b7c27c25a;p=working%2FEvergreen.git KMAIN-1235 Red Highlighting of fines on titles still checked out missing after update Cross-port: ff07a88 --- 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,