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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Mar 7 17:12:16 EST 2008


Author: miker
Date: 2008-03-07 16:39:34 -0500 (Fri, 07 Mar 2008)
New Revision: 8908

Modified:
   branches/rel_1_2/Open-ILS/src/sql/Pg/090.schema.action.sql
Log:
thinko in the view

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-03-07 21:37:28 UTC (rev 8907)
+++ branches/rel_1_2/Open-ILS/src/sql/Pg/090.schema.action.sql	2008-03-07 21:39:34 UTC (rev 8908)
@@ -116,9 +116,8 @@
             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	*
 	  FROM	action.circulation



More information about the open-ils-commits mailing list