From b2762a6db6636038b7db12c794cd361830f2e32b Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 17 Dec 2008 13:56:31 +0000 Subject: [PATCH] making per-circ_mod count consistent with baseline count of circs git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@11592 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/090.schema.action.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/090.schema.action.sql b/Open-ILS/src/sql/Pg/090.schema.action.sql index 555e7476c3..0a68b5f8d0 100644 --- a/Open-ILS/src/sql/Pg/090.schema.action.sql +++ b/Open-ILS/src/sql/Pg/090.schema.action.sql @@ -132,7 +132,7 @@ CREATE OR REPLACE VIEW action.open_circ_count_by_circ_mod AS 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 -- 2.11.0