[open-ils-commits] r11593 - branches/rel_1_2_4/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Dec 17 08:57:26 EST 2008


Author: miker
Date: 2008-12-17 08:57:25 -0500 (Wed, 17 Dec 2008)
New Revision: 11593

Modified:
   branches/rel_1_2_4/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_4/Open-ILS/src/sql/Pg/090.schema.action.sql
===================================================================
--- branches/rel_1_2_4/Open-ILS/src/sql/Pg/090.schema.action.sql	2008-12-17 13:56:31 UTC (rev 11592)
+++ branches/rel_1_2_4/Open-ILS/src/sql/Pg/090.schema.action.sql	2008-12-17 13:57:25 UTC (rev 11593)
@@ -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