From 2fe2cf26989bbf3d1ec5dfee942b7989d2c2e340 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 5 Mar 2018 16:10:25 -0300 Subject: [PATCH] Bug 19469: (followup) Use patron-title.inc as proposed by bug 18403 This patch makes the new template include file use the patron-title.inc include to render the patron name. Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index 38e14e45b0..4c31ed1bd9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -87,13 +87,7 @@ [% END %] - - [% IF ( hold.hidename ) %] - [% hold.cardnumber (hold.borrowernumber) %] - [% ELSE %] - [% hold.firstname %] [% hold.surname %] - [% END %] - + [% INCLUDE 'patron-title.inc' patron=hold.patron hide_patron_infos_if_needed=1 %] [% hold.notes %] -- 2.11.0