middle method has correct sorting
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 15 Aug 2006 01:30:27 +0000 (01:30 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 15 Aug 2006 01:30:27 +0000 (01:30 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5510 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/circ_summary.xul

index 362ec7d..38610ef 100644 (file)
@@ -76,7 +76,7 @@
                                        [ ses(), g.copy_id, g.count ]);
                                if (g.circs == null || typeof g.circs.ilsevent != 'undefined') throw(circs);
                                if (g.circs.length == 0) return;
-                               g.circs = g.circs.reverse(); /* put the most recent at the top */
+                               //g.circs = g.circs.reverse(); /* put the most recent at the top */
                                $('r_last').disabled = false; $('r_all').disabled = false;      
 
                                var gb = $('circs');