From b689c6f9fe31dea49657b65af4f6830af1b17433 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 17 Apr 2017 12:32:56 -0400 Subject: [PATCH] Bug 18423 Follow-up - Add 'Add child' button to statistics tab MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Véron Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- members/statistics.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/members/statistics.pl b/members/statistics.pl index 1ea7f159ef..a59ce7be95 100755 --- a/members/statistics.pl +++ b/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, -- 2.39.2