removed some commented out code
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 5 Feb 2007 19:10:05 +0000 (19:10 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 5 Feb 2007 19:10:05 +0000 (19:10 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6878 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm

index c92d124..9d37096 100644 (file)
@@ -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(
         {