KMAIN-1235 Red Highlighting of fines on titles still checked out missing after update
authorBill Erickson <berickxx@gmail.com>
Wed, 29 Oct 2014 21:09:46 +0000 (17:09 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
    Cross-port: ff07a88

Open-ILS/xul/staff_client/chrome/content/util/list.js

index b6368c6..5809002 100644 (file)
@@ -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,