my %biblioloopiter = ();
my $biblio = Koha::Biblios->find( $biblionumber );
next unless $biblio;
my $force_hold_level;
if ( $patron ) {
-