[open-ils-commits] r10600 - trunk/Open-ILS/src/support-scripts

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Sep 15 17:22:38 EDT 2008


Author: erickson
Date: 2008-09-15 17:22:33 -0400 (Mon, 15 Sep 2008)
New Revision: 10600

Modified:
   trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl
Log:
sort circs to group the notices

Modified: trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl	2008-09-15 20:22:22 UTC (rev 10599)
+++ trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl	2008-09-15 21:22:33 UTC (rev 10600)
@@ -193,6 +193,7 @@
                     {stop_fines => undef}
                 ],
 				due_date => {between => [$start_date, $end_date]},
+                order_by => {circ => ['usr', 'circ_lib']}
             }
         }
     };



More information about the open-ils-commits mailing list