my $biblio = Koha::Biblios->find( $biblionumber );
$template->param(
biblionumber => $biblionumber, # required for left-side navigation
biblio => $biblio,
total => scalar @$issues,
issues => $issues,
-