From 0b9bcd0bb13995c05518837ac5f908ceefeed3c9 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 15 Sep 2008 21:22:33 +0000 Subject: [PATCH] sort circs to group the notices git-svn-id: svn://svn.open-ils.org/ILS/trunk@10600 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/generate_circ_notices.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/support-scripts/generate_circ_notices.pl b/Open-ILS/src/support-scripts/generate_circ_notices.pl index 7cb97b7e43..cb47d21d45 100755 --- a/Open-ILS/src/support-scripts/generate_circ_notices.pl +++ b/Open-ILS/src/support-scripts/generate_circ_notices.pl @@ -193,6 +193,7 @@ sub generate_notice_set { {stop_fines => undef} ], due_date => {between => [$start_date, $end_date]}, + order_by => {circ => ['usr', 'circ_lib']} } } }; -- 2.11.0