added some new limited range circ mods
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 3 Nov 2006 17:09:19 +0000 (17:09 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 3 Nov 2006 17:09:19 +0000 (17:09 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6558 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/javascript/backend/circ/circ_permit_hold.js

index b8d6ab6..f098ebd 100644 (file)
@@ -35,6 +35,13 @@ if( ( marcItemType == 'g' ||
                mod == 'cd' || 
                mod == 'kit' || 
                mod == 'dvd' || 
+               mod == 'deposit' || 
+               mod == 'atlas' || 
+               mod == 'magazine' || 
+               mod == 'equipment' || 
+               mod == 'equip-long' || 
+               mod == 'microform' || 
+               mod == 'record' || 
                isTrue(copy.deposit) || 
                mod == 'video-long' || 
                mod == 'video' ) ) {