From 25f012b2200a898873d8891aaa353b74f47f1d61 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 28 Oct 2009 20:51:13 +0000 Subject: [PATCH] because lists are pre-pending rows by default now, let's reverse the hold order here so that they match what the server gives us git-svn-id: svn://svn.open-ils.org/ILS/trunk@14657 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/holds.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index c7eea5e5d9..27039db89e 100644 --- a/Open-ILS/xul/staff_client/server/patron/holds.js +++ b/Open-ILS/xul/staff_client/server/patron/holds.js @@ -1185,6 +1185,7 @@ patron.holds.prototype = { } } } + holds.reverse(); //alert('method = ' + method + ' params = ' + js2JSON(params)); } -- 2.43.2