@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt | 4 ++++ 1 file changed, 4 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt +++ a/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 %] --