Bug 9016: (follow-up) additional mtt's name should be displayed in header
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 12 Mar 2014 17:42:40 +0000 (18:42 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 20:29:17 +0000 (20:29 +0000)
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 <olli-antti.kivilahti@jns.fi>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt

index dd90499..dba8493 100644 (file)
@@ -105,7 +105,7 @@ $(document).ready(function() {
                   [% CASE 'phone' %]
                     phone
                   [% CASE %]
-                    [% letter.message_transport_type %]
+                    [% mtt %]
                   [% END %]
                 </th>
               [% END %]