From 94dbe19d2fbf6ece74d44dab8583337d67713a33 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 3 Nov 2020 13:21:24 -0500 Subject: [PATCH] Bug 25334: (QA follow-up) Update overduerules.tt Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt | 4 ++++ 1 file changed, 4 insertions(+) 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 2e189cc747..22d4050fe0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt @@ -84,6 +84,8 @@ [% CASE 'feed' %] Feed [% CASE 'itiva' %] + Phone (i-tiva) + [% CASE 'phone' %] Phone [% CASE %] [% mtt | html %] @@ -127,6 +129,8 @@ [% ELSIF mtt.value == "itiva" and not Koha.Preference("TalkingTechItivaPhoneNotification") %] + [% ELSIF mtt.value == "phone" and not Koha.Preference("PhoneNotification") %] + [% ELSE %] [% END %] -- 2.20.1