append to bottom of list for xul-based hold list interfaces. The result of this...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 22 Nov 2010 20:38:28 +0000 (20:38 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 22 Nov 2010 20:38:28 +0000 (20:38 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18828 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/holds.js

index f6f8116..3adaa94 100644 (file)
@@ -1552,7 +1552,8 @@ patron.holds.prototype = {
                                 'hold_id' : hold_id,
                                 'post_clear_shelf_action' : obj.post_clear_shelf_hold_action_map[ hold_id ]
                             }
-                        }
+                        },
+                        'to_bottom' : true
                     }
                 );
             }