From 8f3e4ff55ceb6c23b375cdd00d2cd571c9bcb116 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Aug 2018 13:20:04 -0300 Subject: [PATCH] Bug 19500: Add missing span for 'other' To stay consistent in the DOM structure it would make sense to have it there as well Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 717cb3f893e33a1f54299abbd81a5f9bc339a225) Signed-off-by: Martin Renvoize (cherry picked from commit 9520e771374d5416595b182608209639f23b6b1b) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index 788dc85cf5..a971649ba5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -238,7 +238,7 @@ $(document).ready(function() { [% CASE 'members' %]Patrons [% CASE 'serial' %]Serials (new issue) [% CASE 'suggestions' %]Suggestions - [% CASE %][% lette.module | html %] + [% CASE %][% lette.module | html %] [% END %] [% lette.code %] -- 2.39.2