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') {