From: Dan Scott Date: Mon, 15 Aug 2011 17:10:17 +0000 (-0400) Subject: Add LEDL MISC to the list of allowed circ modifiers for Leddy X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1a19d6bf0a9b48d2ad3e03d1400d8c1d29368e33;p=contrib%2FConifer.git Add LEDL MISC 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 ab5e44e91e..74c5dc9044 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', 'ILL-BOOK', 'MEDIA', 'MFORM', 'REF', 'THESIS']; + var circ_allow_list = ['CIRC', 'CRC MEDIA', 'CRC SPEC', 'CRC TEXT', 'DOC', 'DVD VIDEO', 'ILL-BOOK', 'LEDL MISC', 'MEDIA', 'MFORM', 'REF', 'THESIS']; // add permissions for patron groups who are not external borrowers if (patronProfile == 'Faculty' || patronProfile == 'Graduate' || patronProfile == 'Undergraduate' || patronProfile == 'Staff members') {