my $biblio = Koha::Biblios->find($biblionumber);
unless ($biblio) {
carp "UpdateTotalIssues could not get biblio";
return;
return -1;
}
my $record;
-