Bugzilla – Attachment 158885 Details for
Bug 35193
Rename "Message subject" to "File name" when module "Reports" was chosen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35193: Show 'File name' for Print only, keep 'Email' and 'SMS' transport types as options for 'Report' notices
Bug-35193-Show-File-name-for-Print-only-keep-Email.patch (text/plain), 1.84 KB, created by
Pedro Amorim
on 2023-11-13 15:34:27 UTC
(
hide
)
Description:
Bug 35193: Show 'File name' for Print only, keep 'Email' and 'SMS' transport types as options for 'Report' notices
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-11-13 15:34:27 UTC
Size:
1.84 KB
patch
obsolete
>From 5984467d8cbd1cb37090b92048d4401d630c5cc8 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 13 Nov 2023 15:34:53 +0000 >Subject: [PATCH] Bug 35193: Show 'File name' for Print only, keep 'Email' and > 'SMS' transport types as options for 'Report' notices > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >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 d858717dc6..bd8dd4888d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -567,7 +567,6 @@ > [% SET letter = letters.$lang.templates.$mtt %] > [% NEXT IF letter.message_transport_type == "itiva" && !Koha.Preference('TalkingTechItivaPhoneNotification') %] > [% NEXT IF letter.message_transport_type == "phone" && !Koha.Preference('PhoneNotification') %] >- [% NEXT IF letter.message_transport_type != "print" && module == "report" %] > <div class="panel panel-default"> > <div class="panel-heading" role="tab" id="[% letter.message_transport_type | html %]_[% lang | html %]Heading"> > <h3 class="panel-title"> >@@ -617,7 +616,7 @@ > </li> > <li> > <label for="title_[% letter.message_transport_type | html %]_[% lang | html %]"> >- [% IF module == "report" %] >+ [% IF module == "report" && letter.message_transport_type == "print" %] > File name: > [% ELSE %] > Message subject: >-- >2.30.2
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 35193
:
158111
|
158375
|
158795
|
158814
|
158815
|
158877
|
158881
|
158882
|
158883
|
158884
|
158885