use C4::Context;
use C4::Output;
use CGI qw ( -utf8 );
use MARC::Record;
use C4::Biblio;
use C4::Items;
use C4::Reserves;
);
my $biblio = Koha::Biblios->find( $biblionumber, { prefetch => [ 'biblio_metadatas' ] } );
my $biblio = Koha::Biblios->find( $biblionumber, { prefetch => 'metadata' } );
my $patron = Koha::Patrons->find($loggedinuser);
my $opachiddenitems_rules;
-