From 96e33365ac230b658ae0959671639c7caea5f597 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 10 Aug 2006 20:39:35 +0000 Subject: [PATCH] Make what Julie said the truth git-svn-id: svn://svn.open-ils.org/ILS/trunk@5438 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/circ_summary.xul | 1 + 1 file changed, 1 insertion(+) 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 a86c03133a..f5e7d5b238 100644 --- a/Open-ILS/xul/staff_client/server/circ/circ_summary.xul +++ b/Open-ILS/xul/staff_client/server/circ/circ_summary.xul @@ -76,6 +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 */ $('r_last').disabled = false; $('r_all').disabled = false; var gb = $('circs'); -- 2.11.0