Browse Source

Bug 25334: (QA follow-up) Update overduerules.tt

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
20.11.x
Kyle Hall 4 years ago
committed by Jonathan Druart
parent
commit
d31403133d
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt

4
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 @@
<input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" disabled="disabled" />
[% ELSIF mtt.value == "itiva" and not Koha.Preference("TalkingTechItivaPhoneNotification") %]
<input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" disabled="disabled" />
[% ELSIF mtt.value == "phone" and not Koha.Preference("PhoneNotification") %]
<input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" disabled="disabled" />
[% ELSE %]
<input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" />
[% END %]

Loading…
Cancel
Save