[open-ils-commits] r11595 - trunk/Open-ILS/src/sql/Pg
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Dec 17 09:07:50 EST 2008
Author: miker
Date: 2008-12-17 09:07:49 -0500 (Wed, 17 Dec 2008)
New Revision: 11595
Modified:
trunk/Open-ILS/src/sql/Pg/100.circ_matrix.sql
Log:
apply the "standards" checked out predicate
Modified: trunk/Open-ILS/src/sql/Pg/100.circ_matrix.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/100.circ_matrix.sql 2008-12-17 13:57:47 UTC (rev 11594)
+++ trunk/Open-ILS/src/sql/Pg/100.circ_matrix.sql 2008-12-17 14:07:49 UTC (rev 11595)
@@ -331,7 +331,7 @@
WHERE circ.usr = match_user
AND circ_lib IN ( SELECT * FROM explode_array(context_org_list) )
AND circ.checkin_time IS NULL
- AND (circ.stop_fines NOT IN ('LOST','CLAIMSRETURNED','LONGOVERDUE') OR circ.stop_fines IS NULL)
+ AND (circ.stop_fines IN ('MAXFINES','LONGOVERDUE') OR circ.stop_fines IS NULL)
AND cp.circ_modifier = out_by_circ_mod.circ_mod;
IF items_out >= out_by_circ_mod.items_out THEN
result.fail_part := 'config.circ_matrix_circ_mod_test';
More information about the open-ils-commits
mailing list