@@ -, +, @@ tab --- members/statistics.pl | 2 ++ 1 file changed, 2 insertions(+) --- a/members/statistics.pl +++ a/members/statistics.pl @@ -97,6 +97,8 @@ $template->param( picture => 1 ) if $patron_image; $template->param(%$borrower); +$template->param( adultborrower => 1 ) if ( $borrower->{category_type} eq 'A' ); + $template->param( statisticsview => 1, datas => $datas, --