removed hold shelf check - that is now handled by the perl
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 8 Sep 2006 03:37:30 +0000 (03:37 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 8 Sep 2006 03:37:30 +0000 (03:37 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6023 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index f29df8e..88b0ca3 100644 (file)
@@ -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');
 }