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

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Aug 21 17:20:40 EDT 2008


Author: erickson
Date: 2008-08-21 17:20:36 -0400 (Thu, 21 Aug 2008)
New Revision: 10410

Modified:
   trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl
Log:
we need to report on circs that are /not/ lost/lonvoverdue/claimsreturned

Modified: trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl	2008-08-21 20:55:55 UTC (rev 10409)
+++ trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl	2008-08-21 21:20:36 UTC (rev 10410)
@@ -174,7 +174,7 @@
             '+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]},



More information about the open-ils-commits mailing list