[open-ils-commits] r14657 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 28 16:51:19 EDT 2009


Author: phasefx
Date: 2009-10-28 16:51:13 -0400 (Wed, 28 Oct 2009)
New Revision: 14657

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/holds.js
Log:
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

Modified: trunk/Open-ILS/xul/staff_client/server/patron/holds.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/holds.js	2009-10-28 20:49:13 UTC (rev 14656)
+++ trunk/Open-ILS/xul/staff_client/server/patron/holds.js	2009-10-28 20:51:13 UTC (rev 14657)
@@ -1185,6 +1185,7 @@
                     }
                 }
             }
+            holds.reverse();
             //alert('method = ' + method + ' params = ' + js2JSON(params));
         }
 



More information about the open-ils-commits mailing list