Bugzilla – Attachment 113103 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: MTT is itiva not talkingtech
Bug-25334-MTT-is-itiva-not-talkingtech.patch (text/plain), 1.44 KB, created by
Jonathan Druart
on 2020-11-05 13:13:41 UTC
(
hide
)
Description:
Bug 25334: MTT is itiva not talkingtech
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-11-05 13:13:41 UTC
Size:
1.44 KB
patch
obsolete
>From ed4723ca0ce79fff2ec3c87d74248940cd45c497 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 5 Nov 2020 14:12:56 +0100 >Subject: [PATCH] Bug 25334: MTT is itiva not talkingtech > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index bf6bc734f9..d7d66e1d79 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -394,7 +394,7 @@ > <div class="transport-types" style="clear:both"> > [% FOR mtt IN letters.$lang.templates.keys.sort %] > [% SET letter = letters.$lang.templates.$mtt %] >- [% NEXT IF letter.message_transport_type == "talkingtech" && !Koha.Preference('TalkingTechItivaPhoneNotification') %] >+ [% NEXT IF letter.message_transport_type == "itiva" && !Koha.Preference('TalkingTechItivaPhoneNotification') %] > [% NEXT IF letter.message_transport_type == "phone" && !Koha.Preference('PhoneNotification') %] > <h3> > [% SWITCH letter.message_transport_type %] >-- >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