Bug 30847: Remove unused variable
authorJoonas Kylmälä <joonas.kylmala@iki.fi>
Sun, 28 Aug 2022 14:21:06 +0000 (14:21 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 31 Aug 2022 11:47:25 +0000 (08:47 -0300)
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
opac/opac-reserve.pl

index 3ebb0be..23ff6da 100755 (executable)
@@ -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,