From d38f55795e84f6f6d2bfaaf98deccbe173558bdd Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 2 Jun 2022 11:35:13 +0200 Subject: [PATCH] Bug 31311: Remove GetItemsInfo labels/label-item-search It was commented anyway Hey, nothing to do here! Amended patch removes refactor comment that referred to this line, maybe? Signed-off-by: Owen Leonard Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi --- labels/label-item-search.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/labels/label-item-search.pl b/labels/label-item-search.pl index a41960e0ec..d2f3ea113f 100755 --- a/labels/label-item-search.pl +++ b/labels/label-item-search.pl @@ -102,8 +102,6 @@ if ($show_results) { my $hits = $show_results; my @results_set = (); my @items =(); - # This code needs to be refactored using these subs... - #my @items = &GetItemsInfo( $biblio->{biblionumber}, 'intra' ); for ( my $i = 0 ; $i < $hits ; $i++ ) { my @row_data= (); #DEBUG Notes: Decode the MARC record from each resulting MARC record... -- 2.20.1