From cda75c660f97cb87f47d500e1bb069e731e7fe72 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 (cherry picked from commit 4cc1f7304f98886aa035fe194d5c5bc63409ff24) Signed-off-by: Julian Maurice --- members/notices.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members/notices.pl b/members/notices.pl index 9efed9cf28..79760ec7eb 100755 --- a/members/notices.pl +++ b/members/notices.pl @@ -61,7 +61,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.5