Bug 30847: Remove unused variable

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Joonas Kylmälä 2022-08-28 14:21:06 +00:00 committed by Tomas Cohen Arazi
parent 469d96d4dd
commit 78f122122a
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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,