removed the circ_exceeds_copy_range event because it did more harm than good
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 2 Nov 2006 17:26:58 +0000 (17:26 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 2 Nov 2006 17:26:58 +0000 (17:26 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6549 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 88b0ca3..edb48ac 100644 (file)
@@ -24,14 +24,6 @@ if( ! isTrue(isRenewal) ) {
 }
 
 
-/* this should happen very rarely .. 
-       but it should at least require an override */
-
-
-if( getMARCItemType() == 'g' && copy.circ_lib.id != currentLocation.id )
-       result.events.push('CIRC_EXCEEDS_COPY_RANGE');
-
-
        
 } go();