From 3e14b03081ba3347ef56eedbfeed87c4474e41ea Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 15 Aug 2006 01:30:27 +0000 Subject: [PATCH] middle method has correct sorting 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/circ/circ_summary.xul b/Open-ILS/xul/staff_client/server/circ/circ_summary.xul index 362ec7d40f..38610ef520 100644 --- a/Open-ILS/xul/staff_client/server/circ/circ_summary.xul +++ b/Open-ILS/xul/staff_client/server/circ/circ_summary.xul @@ -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'); -- 2.11.0