Bugzilla – Attachment 52831 Details for
Bug 10760
Use Street Number and Street type in Alternate Address section
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10760: (followup) Move street type after address
Bug-10760-followup-Move-street-type-after-address.patch (text/plain), 1.45 KB, created by
Kyle M Hall (khall)
on 2016-06-24 16:09:04 UTC
(
hide
)
Description:
Bug 10760: (followup) Move street type after address
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-06-24 16:09:04 UTC
Size:
1.45 KB
patch
obsolete
>From 412f544da9761ec7f97c5c605f77ce0ff1784cf6 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 20 Jun 2016 14:59:11 +0200 >Subject: [PATCH] Bug 10760: (followup) Move street type after address > >As of comment #7 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/includes/member-display-alt-address-style-us.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-alt-address-style-us.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-alt-address-style-us.inc >index 69d2f2b..a138b6e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-alt-address-style-us.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-alt-address-style-us.inc >@@ -4,7 +4,7 @@ > [% IF B_streettype %] > [% SET roadtype_desc = AuthorisedValues.GetByCode('ROADTYPE', B_streettype) %] > [% END %] >- <li class="patronaddress1">[% if (B_streetnumber) %][% B_streetnumber %][% end %] [% IF roadtype_desc %][% roadtype_desc %] [% END %][% B_address %][% end %]</li> >+ <li class="patronaddress1">[% if (B_streetnumber) %][% B_streetnumber %][% end %] [% B_address %] [% IF roadtype_desc %][% roadtype_desc %] [% END %][% end %]</li> > [% END %] > [% IF ( B_address2 ) %] > <li class="patronaddress2">[% B_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 10760
:
52351
|
52352
|
52595
|
52598
|
52599
|
52600
|
52829
|
52830
| 52831