From: erickson Date: Fri, 8 Sep 2006 03:37:30 +0000 (+0000) Subject: removed hold shelf check - that is now handled by the perl X-Git-Url: https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff_plain;h=bd2d19dd4ad1d000573d29f562ba7b663ebf2be7 removed hold shelf check - that is now handled by the perl git-svn-id: svn://svn.open-ils.org/ILS/trunk@6023 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 f29df8efa8..88b0ca3437 100644 --- a/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js +++ b/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js @@ -21,9 +21,6 @@ if( ! isTrue(isRenewal) ) { copyStatus != 'On holds shelf' && copyStatus != 'Reshelving' ) { result.events.push('COPY_NOT_AVAILABLE'); } - - if( copyStatus == 'On holds shelf' ) - result.events.push('ITEM_ON_HOLDS_SHELF'); }