Bugzilla – Attachment 52820 Details for
Bug 16779
Move road type after address in US style address formatting (main address)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16779: Move road type after address in US style address formatting (main address)
Bug-16779-Move-road-type-after-address-in-US-style.patch (text/plain), 1.86 KB, created by
Kyle M Hall (khall)
on 2016-06-24 15:47:58 UTC
(
hide
)
Description:
Bug 16779: Move road type after address in US style address formatting (main address)
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-06-24 15:47:58 UTC
Size:
1.86 KB
patch
obsolete
>From f3182959600bd06336548c7aa1f711541f41c37c Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 20 Jun 2016 15:27:39 +0200 >Subject: [PATCH] Bug 16779: Move road type after address in US style address > formatting (main address) > >To verify: >- Create a patron with address, streettype, streetnumber defined >- Set syspref 'AddressFormat' to US style >- Go to patron's detail page (in staff client) >- In main address, road type preceeds address (e.g. 25 Drive Euclid) > >To test: >- Apply patch >- Refrexh patron's detail page >- Verify that main address displays correctly (e.g. 25 Euclid Drive) > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/includes/member-display-address-style-us.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style-us.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style-us.inc >index 4dbf999..d8dc12f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style-us.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style-us.inc >@@ -4,7 +4,7 @@ > [% IF streettype %] > [% SET roadtype_desc = AuthorisedValues.GetByCode('ROADTYPE', streettype) %] > [% END %] >- <li class="patronaddress1">[% if (streetnumber) %][% streetnumber %][% end %] [% IF roadtype_desc %][% roadtype_desc %] [% END %][% address %][% end %]</li> >+ <li class="patronaddress1">[% if (streetnumber) %][% streetnumber %][% end %] [% address %] [% IF roadtype_desc %][% roadtype_desc %] [% END %][% end %]</li> > [% END %] > [% IF ( address2 ) %] > <li class="patronaddress2">[% address2 %]</li> >-- >2.1.4
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 16779
:
52597
|
52771
|
52817
|
52820