Bugzilla – Attachment 46477 Details for
Bug 15542
Patron's information are not always displayed the same way
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15542: Change for the German style address format
Bug-15542-Change-for-the-German-style-address-form.patch (text/plain), 1.37 KB, created by
Jonathan Druart
on 2016-01-11 10:41:29 UTC
(
hide
)
Description:
Bug 15542: Change for the German style address format
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-11 10:41:29 UTC
Size:
1.37 KB
patch
obsolete
>From fac10e0a036207965f56b5a910ee2c55f8c86a8f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 11 Jan 2016 10:40:27 +0000 >Subject: [PATCH] Bug 15542: Change for the German style address format > >--- > .../prog/en/includes/member-display-address-style-de.inc | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style-de.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style-de.inc >index 9524a5a..ea77593 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style-de.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style-de.inc >@@ -1,6 +1,10 @@ > [% IF ( address or address2 ) %] > [% IF ( address ) %] >- <li class="patronaddress1">[% address %][%if (roadtype) %] [% roadtype %][% end %][% if (streetnumber) %] [% streetnumber %][% end %]</li> >+ [% SET roadtype_desc = '' %] >+ [% IF streettype %] >+ [% SET roadtype_desc = AuthorisedValues.GetByCode('ROADTYPE', streettype) %] >+ [% END %] >+ <li class="patronaddress1">[% address %][%if roadtype_desc %] [% roadtype_desc %][% end %][% if (streetnumber) %] [% streetnumber %][% end %]</li> > [% END %] > [% IF ( address2 ) %] > <li class="patronaddress2">[% address2 %]</li> >-- >2.1.0
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 15542
:
46475
|
46477
|
46487
|
46490
|
46491
|
46492
|
46493
|
46494
|
46495
|
46717
|
46718
|
46719
|
46720
|
46721