From abc7ab14a2e878dcdd15d5431f367a886a4531e8 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=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Véron Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit d18f30eb3f794a144989970893ef87d673cef8ec) Signed-off-by: Katrin Fischer --- members/notices.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members/notices.pl b/members/notices.pl index 962a3f1c30..2285bb8089 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.39.2