From: phasefx Date: Wed, 28 Oct 2009 20:51:13 +0000 (+0000) Subject: because lists are pre-pending rows by default now, let's reverse the hold order here... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=25f012b2200a898873d8891aaa353b74f47f1d61;p=evergreen%2Fpines.git 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 --- 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)); }