View | Details | Raw Unified | Return to bug 26953
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-1 / +4 lines)
Lines 73-78 Link Here
73
              <th scope="col">Letter</th>
73
              <th scope="col">Letter</th>
74
              <th scope="col">Restrict</th>
74
              <th scope="col">Restrict</th>
75
              [% FOREACH mtt IN message_transport_types %]
75
              [% FOREACH mtt IN message_transport_types %]
76
                [% NEXT IF mtt == 'itiva' AND !Koha.Preference('TalkingTechItivaPhoneNotification') %]
77
                [% NEXT IF mtt == 'phone' AND !Koha.Preference('PhoneNotification') %]
76
                <th scpre="col">
78
                <th scpre="col">
77
                  [% SWITCH mtt %]
79
                  [% SWITCH mtt %]
78
                  [% CASE 'email' %]
80
                  [% CASE 'email' %]
Lines 121-126 Link Here
121
              [% END %]
123
              [% END %]
122
              </td>
124
              </td>
123
              [% FOREACH mtt IN value.message_transport_types %]
125
              [% FOREACH mtt IN value.message_transport_types %]
126
                [% NEXT IF mtt.value == 'itiva' AND !Koha.Preference('TalkingTechItivaPhoneNotification') %]
127
                [% NEXT IF mtt.value == 'phone' AND !Koha.Preference('PhoneNotification') %]
124
                <td>
128
                <td>
125
                  [% IF mtt.selected %]
129
                  [% IF mtt.selected %]
126
                    <input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" checked="checked" />
130
                    <input type="checkbox" name="mtt[% tab.number | html %]-[% value.overduename | html %]" value="[% mtt.value | html %]" checked="checked" />
127
- 

Return to bug 26953