From: erickson Date: Mon, 5 Feb 2007 19:10:05 +0000 (+0000) Subject: removed some commented out code X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2bf8641c98a3ccaabe4a578cea49b1bec05d8d3a;p=Evergreen.git removed some commented out code git-svn-id: svn://svn.open-ils.org/ILS/trunk@6878 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm index c92d124269..9d37096ec7 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm @@ -1088,38 +1088,6 @@ sub _check_title_hold_is_possible { my $e = new_editor(); -=head old - my $copies = $e->search_asset_copy( - [ - { deleted => 'f', circulate => 't', holdable => 't' }, - { 'join' => { - acpl => { - field => 'id', - fkey => 'location', - filter => { holdable => 't' } - }, - ccs => { - field => 'id', - fkey => 'status', - filter => { holdable => 't' } - }, - acn => { - field => 'id', - fkey => 'call_number', - 'join' => { - bre => { - field => 'id', - fkey => 'record', - filter => { id => $titleid } - } - } - } - } - } - ], - ); -=cut - # this monster will grab the id and circ_lib of all of the "holdable" copies for the given record my $copies = $e->json_query( {