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

(-)a/members/statistics.pl (-1 / +2 lines)
Lines 97-102 $template->param( picture => 1 ) if $patron_image; Link Here
97
97
98
$template->param(%$borrower);
98
$template->param(%$borrower);
99
99
100
$template->param( adultborrower => 1 ) if ( $borrower->{category_type} eq 'A' );
101
100
$template->param(
102
$template->param(
101
    statisticsview     => 1,
103
    statisticsview     => 1,
102
    datas              => $datas,
104
    datas              => $datas,
103
- 

Return to bug 18423