@@ -, +, @@ --- labels/label-item-search.pl | 1 - 1 file changed, 1 deletion(-) --- a/labels/label-item-search.pl +++ a/labels/label-item-search.pl @@ -103,7 +103,6 @@ if ($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... --