Add LEDL MISC to the list of allowed circ modifiers for Leddy
authorDan Scott <dan@coffeecode.net>
Mon, 15 Aug 2011 17:10:17 +0000 (13:10 -0400)
committerDan Scott <dscott@laurentian.ca>
Sun, 7 Dec 2014 21:35:20 +0000 (16:35 -0500)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/javascript/backend/circ/circ_permit_copy.js

index ab5e44e..74c5dc9 100644 (file)
@@ -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') {