From: pzed Date: Thu, 20 Aug 2009 17:27:38 +0000 (+0000) Subject: added a comment regarding desired "Check Patron Profile" event X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6ccb39b6d856935741e3b12335a36d1f84f1fcee;p=contrib%2FConifer.git added a comment regarding desired "Check Patron Profile" event git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@628 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/circ/circ_permit_copy.js b/circ/circ_permit_copy.js index 1968af393c..bf276a5635 100644 --- a/circ/circ_permit_copy.js +++ b/circ/circ_permit_copy.js @@ -56,7 +56,7 @@ if (copy.circ_lib.shortname == 'OWA') { if (isValidPatron(patronProfile, valid_patrons)) { // permit circulations for the following circ modifiers to all patrons - var circ_allow_list = ['CIRC', 'CRC MEDIA', 'CRC SPEC', 'CRC TEXT', 'DOC', 'DVD VIDEO', 'MAP (CIRCULATING)', 'MEDIA', 'MFORM', 'REF', 'THESIS']; + var circ_allow_list = ['CIRC', 'CRC MEDIA', 'CRC SPEC', 'CRC TEXT', 'DOC', 'DVD VIDEO', 'MEDIA', 'MFORM', 'REF', 'THESIS']; // add permissions for patron groups who are not external borrowers if (patronProfile == 'Faculty' || patronProfile == 'Graduate' || patronProfile == 'Undergraduate' || patronProfile == 'Staff members') { @@ -78,7 +78,7 @@ if (copy.circ_lib.shortname == 'OWA') { } } else { - result.events.push('COPY_CIRC_NOT_ALLOWED'); + result.events.push('COPY_CIRC_NOT_ALLOWED'); // would prefer this to push a "Check Patron Profile" message } } // end permissions for Windsor Leddy @@ -112,7 +112,7 @@ if (copy.circ_lib.shortname == 'OWAL') { } } else { - result.events.push('COPY_CIRC_NOT_ALLOWED'); + result.events.push('COPY_CIRC_NOT_ALLOWED'); // would prefer this to push a "Check Patron Profile" message } } // end permissions for Windsor Law