Bugzilla – Attachment 180033 Details for
Bug 39089
Delivery note in patron notice table is confusing when the delivery method is print
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39089: (QA follow-up) Apply the same fix to from address and CC address
Bug-39089-QA-follow-up-Apply-the-same-fix-to-from-.patch (text/plain), 2.06 KB, created by
Emily Lamancusa (emlam)
on 2025-03-31 13:44:18 UTC
(
hide
)
Description:
Bug 39089: (QA follow-up) Apply the same fix to from address and CC address
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-03-31 13:44:18 UTC
Size:
2.06 KB
patch
obsolete
>From d1fc49bed8f2c4b0a1704620c70af2e4b9b1fed0 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Mon, 31 Mar 2025 09:40:46 -0400 >Subject: [PATCH] Bug 39089: (QA follow-up) Apply the same fix to from address > and CC address > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt >index 0c8908fe2a1..38c6d5be468 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt >@@ -137,13 +137,13 @@ > [% END %] > [% END %] > [% IF ( QUEUED_MESSAGE.status == 'sent' ) %] >- [% IF ( QUEUED_MESSAGE.from_address ) %] >+ [% IF ( QUEUED_MESSAGE.from_address && QUEUED_MESSAGE.message_transport_type != 'print') %] > <span class="clearfix"><span class="label">From:</span> [% QUEUED_MESSAGE.from_address | html %]</span> > [% END %] > [% IF ( QUEUED_MESSAGE.to_address && QUEUED_MESSAGE.message_transport_type != 'print') %] > <span class="clearfix"><span class="label">To:</span> [% QUEUED_MESSAGE.to_address | html %]</span> > [% END %] >- [% IF ( QUEUED_MESSAGE.cc_address ) %] >+ [% IF ( QUEUED_MESSAGE.cc_address && QUEUED_MESSAGE.message_transport_type != 'print') %] > <span class="clearfix"><span class="label">CC:</span> [% QUEUED_MESSAGE.cc_address | html %]</span> > [% END %] > [% END %] >-- >2.34.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 39089
:
177718
|
177915
|
179919
|
180032
| 180033