From 42944b3e9b1c3bb0e20c2697e9716feea473acdb Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 3 May 2024 17:12:26 +0000 Subject: [PATCH] Bug 35648: (follow-up) Remove sorting from transport columns There's not a simple way to handle sorting of a column containing only checkboxes, so I think it makes sense to remove the sorting unless someone feels strongly about it being necessary. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer --- 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 7b9e57f862..3852741d8d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt @@ -94,7 +94,7 @@ [% FOREACH mtt IN message_transport_types %] [% NEXT IF mtt == 'itiva' AND !Koha.Preference('TalkingTechItivaPhoneNotification') %] [% NEXT IF mtt == 'phone' AND !Koha.Preference('PhoneNotification') %] - + [% SWITCH mtt %] [% CASE 'email' %]Email [% CASE 'print' %][% tp('Message transport type', 'Print') | html %] -- 2.39.5