if (isValidPatron(patronProfile, valid_patrons)) {\r
\r
// permit circulations for the following circ modifiers to all patrons\r
- var circ_allow_list = ['CIRC', 'CRC MEDIA', 'CRC SPEC', 'CRC TEXT', 'DOC', 'DVD VIDEO', 'MAP (CIRCULATING)', 'MEDIA', 'MFORM', 'REF', 'THESIS'];\r
+ var circ_allow_list = ['CIRC', 'CRC MEDIA', 'CRC SPEC', 'CRC TEXT', 'DOC', 'DVD VIDEO', 'MEDIA', 'MFORM', 'REF', 'THESIS'];\r
\r
// add permissions for patron groups who are not external borrowers\r
if (patronProfile == 'Faculty' || patronProfile == 'Graduate' || patronProfile == 'Undergraduate' || patronProfile == 'Staff members') {\r
}\r
\r
} else {\r
- result.events.push('COPY_CIRC_NOT_ALLOWED');\r
+ result.events.push('COPY_CIRC_NOT_ALLOWED'); // would prefer this to push a "Check Patron Profile" message\r
}\r
} // end permissions for Windsor Leddy\r
\r
}\r
\r
} else {\r
- result.events.push('COPY_CIRC_NOT_ALLOWED');\r
+ result.events.push('COPY_CIRC_NOT_ALLOWED'); // would prefer this to push a "Check Patron Profile" message\r
}\r
} // end permissions for Windsor Law\r
\r