From 1fb986da983fa7cbd636605472f6647c8aade62e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 23 Apr 2018 13:07:48 -0300 Subject: [PATCH] Bug 19855: Use patron-title to display patron's info --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt index 00a3f5be4a..01f4edca3a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt @@ -26,8 +26,9 @@ [% FOREACH subscriber IN subscribers %] - [%# FIXME use patron-title when 18403 will be pushed %] - [% subscriber.firstname %] [% subscriber.surname %] + + [% INCLUDE 'patron-title.inc' patron=subscriber %] + [% END %] -- 2.11.0