Bugzilla – Attachment 104655 Details for
Bug 25452
Alternate email contact not displayed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25452: Restore alternate address email display
Bug-25452-Restore-alternate-address-email-display.patch (text/plain), 1.69 KB, created by
Jonathan Druart
on 2020-05-11 09:00:20 UTC
(
hide
)
Description:
Bug 25452: Restore alternate address email display
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-05-11 09:00:20 UTC
Size:
1.69 KB
patch
obsolete
>From 9a20c7070c7cbf1ac721992349f343e7fa5b3eb7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 11 May 2020 10:58:15 +0200 >Subject: [PATCH] Bug 25452: Restore alternate address email display > >Broken since > commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d > Bug 18789: Send Koha::Patron object to the templates > >Test plan: >Create or modify a patron, fill the "email" field of the "alternate >address" block (B_email) >Go to the detail view of the patron >=> Without this patch the email is not display >=> With this patch applied you see it! >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 8321edef92..30e32eb59b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -603,7 +603,7 @@ > [% IF ( patron.B_email ) %] > <li id="patron-bemail" class="email"> > <span class="label">Email: </span> >- <a title="[% patron.B_email | html %]" href="mailto:[% patron.B_email | url %]">[% B_email |html %]</a> >+ <a title="[% patron.B_email | html %]" href="mailto:[% patron.B_email | url %]">[% patron.B_email |html %]</a> > </li> > [% 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 25452
:
104655
|
104665
|
105196