From d8db2461144c8736674f4acb520a996b9ffe6dcd Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 7 Mar 2008 21:39:34 +0000 Subject: [PATCH] thinko in the view git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@8908 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/090.schema.action.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Open-ILS/src/sql/Pg/090.schema.action.sql b/Open-ILS/src/sql/Pg/090.schema.action.sql index 7209067bde..0181700dbe 100644 --- a/Open-ILS/src/sql/Pg/090.schema.action.sql +++ b/Open-ILS/src/sql/Pg/090.schema.action.sql @@ -116,8 +116,7 @@ CREATE OR REPLACE VIEW action.open_circ_count_by_circ_mod AS 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 ) - GROUP BY 1; - + GROUP BY 1,2; CREATE OR REPLACE VIEW action.open_circulation AS SELECT * -- 2.11.0