From 725908c6cba2c0995efbab6a7a8652be4b3e2555 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 21 Aug 2008 21:20:36 +0000 Subject: [PATCH] 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 --- Open-ILS/src/support-scripts/generate_circ_notices.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}, -- 2.43.2