View | Details | Raw Unified | Return to bug 17100
Collapse All | Expand All

(-)a/members/summary-print.pl (-2 / +1 lines)
Lines 60-66 foreach my $accountline (@$accts) { Link Here
60
60
61
our $totalprice = 0;
61
our $totalprice = 0;
62
my $total_format = '';
62
my $total_format = '';
63
$total_format = sprintf( "%.2f", $total ) if ($total);
63
$total_format = sprintf( "%.2f", $total );
64
64
65
my $holds_rs = Koha::Holds->search(
65
my $holds_rs = Koha::Holds->search(
66
    { borrowernumber => $borrowernumber },
66
    { borrowernumber => $borrowernumber },
67
- 

Return to bug 17100