[open-ils-commits] r11592 - branches/rel_1_2/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Dec 17 08:56:32 EST 2008


Author: miker
Date: 2008-12-17 08:56:31 -0500 (Wed, 17 Dec 2008)
New Revision: 11592

Modified:
   branches/rel_1_2/Open-ILS/src/sql/Pg/090.schema.action.sql
Log:
making per-circ_mod count consistent with baseline count of circs

Modified: branches/rel_1_2/Open-ILS/src/sql/Pg/090.schema.action.sql
===================================================================
--- branches/rel_1_2/Open-ILS/src/sql/Pg/090.schema.action.sql	2008-12-17 13:55:48 UTC (rev 11591)
+++ branches/rel_1_2/Open-ILS/src/sql/Pg/090.schema.action.sql	2008-12-17 13:56:31 UTC (rev 11592)
@@ -132,7 +132,7 @@
       FROM  action.circulation circ
             JOIN asset.copy cp ON (circ.target_copy = cp.id)
       WHERE circ.checkin_time IS NULL
-            AND ( circ.stop_fines IN ('LOST','LONGOVERDUE','CLAIMSRETURNED') OR circ.stop_fines IS NULL )
+            AND ( circ.stop_fines IN ('MAXFINES','LONGOVERDUE') OR circ.stop_fines IS NULL )
       GROUP BY 1,2;
 
 CREATE OR REPLACE VIEW action.open_circulation AS



More information about the open-ils-commits mailing list