because lists are pre-pending rows by default now, let's reverse the hold order here...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 28 Oct 2009 20:51:13 +0000 (20:51 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 28 Oct 2009 20:51:13 +0000 (20:51 +0000)
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

index c7eea5e..27039db 100644 (file)
@@ -1185,6 +1185,7 @@ patron.holds.prototype = {
                     }
                 }
             }
+            holds.reverse();
             //alert('method = ' + method + ' params = ' + js2JSON(params));
         }