Bugzilla – Attachment 113060 Details for
Bug 25334
Add generic 'phone' message transport type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25334: (QA follow-up) Update overduerules.tt
Bug-25334-QA-follow-up-Update-overduerulestt.patch (text/plain), 1.83 KB, created by
Jonathan Druart
on 2020-11-05 10:14:33 UTC
(
hide
)
Description:
Bug 25334: (QA follow-up) Update overduerules.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-11-05 10:14:33 UTC
Size:
1.83 KB
patch
obsolete
>From d2c027cb122a646f90d4d28d2103ca70be3fc271 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 3 Nov 2020 13:21:24 -0500 >Subject: [PATCH] Bug 25334: (QA follow-up) Update overduerules.tt > >--- > 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 @@ > <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 %] >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25334
:
104050
|
104076
|
104885
|
104886
|
112101
|
112119
|
112137
|
112946
|
112947
|
112948
|
113059
|
113060
|
113103
|
113104
|
113105
|
113106
|
113107