@@ -, +, @@ overduerules.tt --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt @@ -83,7 +83,7 @@ SMS [% CASE 'feed' %] Feed - [% CASE 'phone' %] + [% CASE 'itiva' %] Phone [% CASE %] [% mtt | html %] @@ -125,7 +125,7 @@ [% ELSE %] [% IF mtt.value == "sms" and not Koha.Preference("SMSSendDriver") %] - [% ELSIF mtt.value == "phone" and not Koha.Preference("TalkingTechItivaPhoneNotification") %] + [% ELSIF mtt.value == "itiva" and not Koha.Preference("TalkingTechItivaPhoneNotification") %] [% ELSE %] --