From 1a19d6bf0a9b48d2ad3e03d1400d8c1d29368e33 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 15 Aug 2011 13:10:17 -0400 Subject: [PATCH] Add LEDL MISC 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 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') { -- 2.11.0