From: miker Date: Wed, 17 Dec 2008 14:07:49 +0000 (+0000) Subject: apply the "standards" checked out predicate X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2d2cb94a409cc1ccd4ecd12241a6f207886f842a;p=Evergreen.git apply the "standards" checked out predicate git-svn-id: svn://svn.open-ils.org/ILS/trunk@11595 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/100.circ_matrix.sql b/Open-ILS/src/sql/Pg/100.circ_matrix.sql index f32d74a781..44324792a1 100644 --- a/Open-ILS/src/sql/Pg/100.circ_matrix.sql +++ b/Open-ILS/src/sql/Pg/100.circ_matrix.sql @@ -331,7 +331,7 @@ BEGIN 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';