my $biblio = Koha::Biblios->find( $biblioNumber );
next unless $biblio;
my $marcrecord = $biblio->metadata->record;
my $items = Koha::Items->search_ordered(
[
biblionumber => $biblioNumber,
-