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:
parent
469d96d4dd
commit
78f122122a
1 changed files with 0 additions and 2 deletions
|
@ -337,8 +337,6 @@ foreach my $biblioNumber (@biblionumbers) {
|
||||||
my $biblio = Koha::Biblios->find( $biblioNumber );
|
my $biblio = Koha::Biblios->find( $biblioNumber );
|
||||||
next unless $biblio;
|
next unless $biblio;
|
||||||
|
|
||||||
my $marcrecord = $biblio->metadata->record;
|
|
||||||
|
|
||||||
my $items = Koha::Items->search_ordered(
|
my $items = Koha::Items->search_ordered(
|
||||||
[
|
[
|
||||||
biblionumber => $biblioNumber,
|
biblionumber => $biblioNumber,
|
||||||
|
|
Loading…
Reference in a new issue