From 351a0716128952c226dc1382db100173c82ee423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Sun, 28 Aug 2022 14:21:06 +0000 Subject: [PATCH] Bug 30847: Remove unused variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joonas Kylmälä --- opac/opac-reserve.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl index 3ebb0be738..23ff6da31f 100755 --- a/opac/opac-reserve.pl +++ b/opac/opac-reserve.pl @@ -337,8 +337,6 @@ foreach my $biblioNumber (@biblionumbers) { my $biblio = Koha::Biblios->find( $biblioNumber ); next unless $biblio; - my $marcrecord = $biblio->metadata->record; - my $items = Koha::Items->search_ordered( [ biblionumber => $biblioNumber, -- 2.30.2