Bugzilla – Attachment 158883 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: Hide all non-print transports for report templates
Bug-35193-Hide-all-non-print-transports-for-report.patch (text/plain), 1.59 KB, created by
Pedro Amorim
on 2023-11-13 15:27:32 UTC
(
hide
)
Description:
Bug 35193: Hide all non-print transports for report templates
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-11-13 15:27:32 UTC
Size:
1.59 KB
patch
obsolete
>From 3f1b994e26a6c77397d65f153660906871306e76 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 13 Nov 2023 08:55:09 -0500 >Subject: [PATCH] Bug 35193: Hide all non-print transports for report templates > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > 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 939a2cde26..440036bcba 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,7 @@ > [% 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') %] >- <div class="panel panel-default"> >+ [% NEXT IF letter.message_transport_type != "print" && module == "report" %] > <div class="panel-heading" role="tab" id="[% letter.message_transport_type | html %]_[% lang | html %]Heading"> > <h3 class="panel-title"> > <a role="button" class="collapsed" data-toggle="collapse" data-parent="#group_[% lang | html %]" href="#[% letter.message_transport_type | html %]_[% lang | html %]" aria-expanded="false" aria-controls="[% letter.message_transport_type | html %]_[% lang | html %]"> >-- >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