From 748184b3dfe5afc71f481e0da915c61b4ea21fb5 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=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc VĂ©ron --- members/statistics.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/members/statistics.pl b/members/statistics.pl index 1ea7f15..a59ce7b 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.1.4