Bugzilla – Attachment 3153 Details for
Bug 5759
When printing a borrowers information the secondary email address is not printed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Patch
0001-Bug-5759-displaying-2nd-email-if-there-is-one-on-pri.patch (text/plain), 1.44 KB, created by
Chris Cormack
on 2011-02-15 00:54:32 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-02-15 00:54:32 UTC
Size:
1.44 KB
patch
obsolete
>From fb75ce31e72c9a403e10a3e5881e4e97a2308994 Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Tue, 14 Dec 2010 22:27:56 +0100 >Subject: [PATCH] Bug 5759 : displaying 2nd email if there is one on print template for borrowers > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > .../prog/en/modules/members/moremember-print.tmpl | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl >index e395e3f..a45b8ff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl >@@ -12,7 +12,8 @@ > > <ul><li><!-- TMPL_VAR NAME="address" --><br /><!-- TMPL_VAR NAME="address2" --></li><li><!-- TMPL_VAR NAME="city" -->, <!-- TMPL_VAR NAME="zipcode" --></li> > <li><!-- TMPL_IF NAME="phone" --><!-- TMPL_VAR NAME="phone" --><!-- TMPL_ELSE -->(no phone number on file)<!-- /TMPL_IF --></li> >-<li><!-- TMPL_IF NAME="email" --><!-- TMPL_VAR NAME="email" --><!-- TMPL_ELSE -->(no email on file)<!-- /TMPL_IF --></li> >+<li><!-- TMPL_IF NAME="email" --><!-- TMPL_VAR NAME="email" --><!-- TMPL_ELSE -->(no primary email on file)<!-- /TMPL_IF --></li> >+<!-- TMPL_IF NAME="emailpro" --><li><!-- TMPL_VAR NAME="emailpro" --></li><!-- /TMPL_IF --> > </ul> > > <!-- TMPL_IF NAME="issueloop" --> >-- >1.7.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 5759
: 3153