[open-ils-commits] r11 - PINES-Examples/trunk/src/javascript/backend/circ

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 4 21:16:09 EDT 2008


Author: erickson
Date: 2008-09-04 21:16:07 -0400 (Thu, 04 Sep 2008)
New Revision: 11

Modified:
   PINES-Examples/trunk/src/javascript/backend/circ/circ_permit_hold.js
Log:
software type has limited hold range

Modified: PINES-Examples/trunk/src/javascript/backend/circ/circ_permit_hold.js
===================================================================
--- PINES-Examples/trunk/src/javascript/backend/circ/circ_permit_hold.js	2008-08-24 21:59:38 UTC (rev 10)
+++ PINES-Examples/trunk/src/javascript/backend/circ/circ_permit_hold.js	2008-09-05 01:16:07 UTC (rev 11)
@@ -51,6 +51,7 @@
 		marcItemType == 'i' || 
 		marcItemType == 'j' || 
 		mod == 'softwrlong' || 
+        mod == 'software' ||
 		mod == 'music' || 
 		mod == 'audiobook' || 
 		mod == 'av' || 



More information about the open-ils-commits mailing list