From: erickson Date: Thu, 21 Aug 2008 21:20:36 +0000 (+0000) Subject: we need to report on circs that are /not/ lost/lonvoverdue/claimsreturned X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=725908c6cba2c0995efbab6a7a8652be4b3e2555;p=Evergreen.git we need to report on circs that are /not/ lost/lonvoverdue/claimsreturned git-svn-id: svn://svn.open-ils.org/ILS/trunk@10410 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 935e97bb0c..dd49cc96f0 100755 --- a/Open-ILS/src/support-scripts/generate_circ_notices.pl +++ b/Open-ILS/src/support-scripts/generate_circ_notices.pl @@ -174,7 +174,7 @@ sub generate_notice_set { '+circ' => { checkin_time => undef, '-or' => [ - {stop_fines => ["LOST","LONGOVERDUE","CLAIMSRETURNED"]}, + {stop_fines => {'not in' => ["LOST","LONGOVERDUE","CLAIMSRETURNED"]}}, {stop_fines => undef} ], due_date => {between => [$start_date, $end_date]},