From 2bf8641c98a3ccaabe4a578cea49b1bec05d8d3a Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 5 Feb 2007 19:10:05 +0000 Subject: [PATCH] removed some commented out code git-svn-id: svn://svn.open-ils.org/ILS/trunk@6878 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../src/perlmods/OpenILS/Application/Circ/Holds.pm | 32 ---------------------- 1 file changed, 32 deletions(-) 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( { -- 2.11.0