From 4fb50eae3a12ff3e8cc80238ee5d642d9b2f87c2 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 --- 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