From 0c71ff85a23fbc31613f1093fd650f92c079ceac Mon Sep 17 00:00:00 2001 From: pzed Date: Thu, 16 Jul 2009 19:44:17 +0000 Subject: [PATCH] corrected a syntax error in Leddy permission section git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@583 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- circ/circ_permit_copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/circ_permit_copy.js b/circ/circ_permit_copy.js index c35b1cccf0..add78a0373 100644 --- a/circ/circ_permit_copy.js +++ b/circ/circ_permit_copy.js @@ -52,7 +52,7 @@ if( ! isTrue(copy.circulate) || if (copy.circ_lib.shortname == 'OWA') { // 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', 'MAP (CIRCULATING)', '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