From: Dan Scott Date: Mon, 15 Aug 2011 17:08:55 +0000 (-0400) Subject: Add ILL-BOOK to the list of allowed circ modifiers for Leddy X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=be805f5f6652760040a970fd4114f021b307c8b2;p=contrib%2FConifer.git Add ILL-BOOK to the list of allowed circ modifiers for Leddy Signed-off-by: Dan Scott --- 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') {