From 872db3d05cdc662bc05d64d36977353e909604a6 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 12 Apr 2017 11:32:11 -0400 Subject: [PATCH] Bug 18423 follow up - fix display off add child on members/notices.pl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc VĂ©ron --- members/notices.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members/notices.pl b/members/notices.pl index 962a3f1..2285bb8 100755 --- a/members/notices.pl +++ b/members/notices.pl @@ -73,7 +73,7 @@ if (C4::Context->preference('ExtendedPatronAttributes')) { } $template->param(%$borrower); - +$template->param( adultborrower => 1 ) if ( $borrower->{category_type} eq 'A' ); $template->param( QUEUED_MESSAGES => $queued_messages, borrowernumber => $borrowernumber, -- 2.1.4