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

(-)a/members/summary-print.pl (-1 / +1 lines)
Lines 57-62 foreach my $accountline (@$accts) { Link Here
57
my $roadtype =
57
my $roadtype =
58
  C4::Koha::GetAuthorisedValueByCode( 'ROADTYPE', $data->{streettype} );
58
  C4::Koha::GetAuthorisedValueByCode( 'ROADTYPE', $data->{streettype} );
59
$roadtype //= '';
59
$roadtype //= '';
60
60
our $totalprice = 0;
61
our $totalprice = 0;
61
$template->param(
62
$template->param(
62
    %$data,
63
    %$data,
63
- 

Return to bug 14483