From 0418b30710c1cc08a1ae481fac847fb6fb222a0f Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 15 Aug 2011 13:08:55 -0400 Subject: [PATCH] Add ILL-BOOK to the list of allowed circ modifiers for Leddy Signed-off-by: Dan Scott --- Open-ILS/src/javascript/backend/circ/circ_permit_copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js b/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js index 8f93442652..ab5e44e91e 100644 --- a/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js +++ b/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js @@ -55,7 +55,7 @@ if (copy.circ_lib.shortname == 'OWA') { if (isValidPatron(patronProfile)) { // permit circulations for the following circ modifiers to all patrons - var circ_allow_list = ['CIRC', 'CRC MEDIA', 'CRC SPEC', 'CRC TEXT', 'DOC', 'DVD VIDEO', 'MEDIA', 'MFORM', 'REF', 'THESIS']; + var circ_allow_list = ['CIRC', 'CRC MEDIA', 'CRC SPEC', 'CRC TEXT', 'DOC', 'DVD VIDEO', 'ILL-BOOK', 'MEDIA', 'MFORM', 'REF', 'THESIS']; // add permissions for patron groups who are not external borrowers if (patronProfile == 'Faculty' || patronProfile == 'Graduate' || patronProfile == 'Undergraduate' || patronProfile == 'Staff members') { -- 2.11.0