From c7861d96bcfc12be9819ce8d7abe54a38cf20706 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Thu, 2 Jun 2022 11:35:13 +0200
Subject: [PATCH] Bug 27272: Remove GetItemsInfo labels/label-item-search
It was commented anyway
---
labels/label-item-search.pl | 1 -
1 file changed, 1 deletion(-)
diff --git a/labels/label-item-search.pl b/labels/label-item-search.pl
index a41960e0ec7..ee947778baa 100755
--- a/labels/label-item-search.pl
+++ b/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...
--
2.25.1