From: erickson Date: Mon, 15 Sep 2008 21:22:33 +0000 (+0000) Subject: sort circs to group the notices X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0b9bcd0bb13995c05518837ac5f908ceefeed3c9;p=Evergreen.git sort circs to group the notices git-svn-id: svn://svn.open-ils.org/ILS/trunk@10600 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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']} } } };