From 9ce753a769a1e82c2a212ba2038e3e2c89db6286 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 21 Jul 2005 21:18:26 +0000 Subject: [PATCH] now copies that are available or on holds shelf make it through the script git-svn-id: svn://svn.open-ils.org/ILS/trunk@1347 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Evergreen/circ_rules/circ_main.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Evergreen/circ_rules/circ_main.rules b/Evergreen/circ_rules/circ_main.rules index 29f39635fa..b5403585eb 100644 --- a/Evergreen/circ_rules/circ_main.rules +++ b/Evergreen/circ_rules/circ_main.rules @@ -36,8 +36,10 @@ COPY_NOCIRC = 3; COPY_UNAVAIL = 4; COPY_LOCATION = 5; + NOT_HOLD_USER = 6; NO_COPY = 100; # used by container code + PATRON_STANDING = 10; PATRON_FINE = 11; PATRON_CHECKOUT_COUNT = 12; -- 2.43.2