From: erickson Date: Thu, 21 Jul 2005 21:18:26 +0000 (+0000) Subject: now copies that are available or on holds shelf make it through the script X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9ce753a769a1e82c2a212ba2038e3e2c89db6286;p=Evergreen.git 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 --- 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;