From: erickson Date: Thu, 2 Nov 2006 17:26:58 +0000 (+0000) Subject: removed the circ_exceeds_copy_range event because it did more harm than good X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9e386cb15c28028eef7eb35f0439330d00e6535b;p=evergreen%2Fpines.git removed the circ_exceeds_copy_range event because it did more harm than good git-svn-id: svn://svn.open-ils.org/ILS/trunk@6549 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js b/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js index 88b0ca3437..edb48accf4 100644 --- a/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js +++ b/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js @@ -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();