From 4138c35c0020956b8e13e1758e26413d0693ecf2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 12 Mar 2014 18:42:40 +0100 Subject: [PATCH] Bug 9016: (follow-up) additional mtt's name should be displayed in header If you insert a new line in your message_transport_types table, the overdues configuration table did not displayed an header. Signed-off-by: Olli-Antti Kivilahti Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt index dd90499e28..dba8493f9f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt @@ -105,7 +105,7 @@ $(document).ready(function() { [% CASE 'phone' %] phone [% CASE %] - [% letter.message_transport_type %] + [% mtt %] [% END %] [% END %] -- 2.39.5