[open-ils-commits] r237 - PINES-Examples/trunk/src/javascript/backend/circ (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Apr 1 10:29:52 EDT 2009
Author: erickson
Date: 2009-04-01 10:29:50 -0400 (Wed, 01 Apr 2009)
New Revision: 237
Modified:
PINES-Examples/trunk/src/javascript/backend/circ/circ_permit_hold.js
Log:
applied new hold checks
Modified: PINES-Examples/trunk/src/javascript/backend/circ/circ_permit_hold.js
===================================================================
--- PINES-Examples/trunk/src/javascript/backend/circ/circ_permit_hold.js 2009-03-31 23:02:40 UTC (rev 236)
+++ PINES-Examples/trunk/src/javascript/backend/circ/circ_permit_hold.js 2009-04-01 14:29:50 UTC (rev 237)
@@ -67,7 +67,9 @@
mod == 'microform' ||
mod == 'record' ||
isTrue(copy.deposit) ||
- mod == 'video-long' ||
+ mod == 'videogame' ||
+ mod == 'videogamelong' ||
+ mod == 'video-long' ||
mod == 'video' ) ) {
More information about the open-ils-commits
mailing list