our $totalprice = 0;
my $total_format = '';
$total_format = sprintf( "%.2f", $total ) if ($total);
$total_format = sprintf( "%.2f", $total );
my $holds_rs = Koha::Holds->search(
{ borrowernumber => $borrowernumber },
-