[open-ils-commits] r583 - conifer/trunk/circ (pzed)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jul 16 15:44:21 EDT 2009


Author: pzed
Date: 2009-07-16 15:44:17 -0400 (Thu, 16 Jul 2009)
New Revision: 583

Modified:
   conifer/trunk/circ/circ_permit_copy.js
Log:
corrected a syntax error in Leddy permission section

Modified: conifer/trunk/circ/circ_permit_copy.js
===================================================================
--- conifer/trunk/circ/circ_permit_copy.js	2009-07-16 18:40:56 UTC (rev 582)
+++ conifer/trunk/circ/circ_permit_copy.js	2009-07-16 19:44:17 UTC (rev 583)
@@ -52,7 +52,7 @@
 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') {



More information about the open-ils-commits mailing list