Bugzilla – Attachment 61652 Details for
Bug 18110
Adds FR to the syspref AddressFormat
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
BUG 18810: Removed unwanted spaces
BUG-18810-Removed-unwanted-spaces.patch (text/plain), 1.71 KB, created by
Aleisha Amohia
on 2017-03-28 03:40:49 UTC
(
hide
)
Description:
BUG 18810: Removed unwanted spaces
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2017-03-28 03:40:49 UTC
Size:
1.71 KB
patch
obsolete
>From f273eaf95f24c20ca1b3656d74ddc039333badb3 Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Mon, 27 Mar 2017 07:32:06 +0000 >Subject: [PATCH] BUG 18810: Removed unwanted spaces > >https://bugs.koha-community.org/show_bug.cgi?id=18110 > >Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> >--- > .../prog/en/includes/member-display-address-style-fr.inc | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style-fr.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style-fr.inc >index 07fc74b..531a89d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style-fr.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style-fr.inc >@@ -5,8 +5,8 @@ > [% IF streettype %] > [% SET roadtype_desc = AuthorisedValues.GetByCode('ROADTYPE', streettype) %] > [% END %] >- [% IF streetnumber %] [% streetnumber %][% END %] >- [%IF roadtype_desc %] [% roadtype_desc %][% END %] >+ [% IF streetnumber %][% streetnumber %] [% END %] >+ [%IF roadtype_desc %][% roadtype_desc %] [% END %] > [% address %] > </li> > [% END %] >@@ -14,7 +14,7 @@ > <li class="patronaddress2">[% address2 %]</li> > [% END %] > [% END %] >-[% IF ( city ) %]<li class="patroncity"> >- [%IF (zipcode ) %][% zipcode %] [% END %][% city %][% IF ( state ) %]</br>[% state %][% END %] >+[% IF ( city ) %] >+ <li class="patroncity">[%IF (zipcode ) %][% zipcode %] [% END %][% city %][% IF ( state ) %]</br>[% state %][% END %] > [% IF ( country ) %]<br />[% country %][% END %]</li> > [% END %] >-- >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 18110
:
60176
|
60214
|
60215
|
60426
|
60657
|
60689
|
60690
|
60694
|
60695
|
61610
|
61639
|
61650
|
61651
|
61652
|
61656
|
61796
|
62651
|
62652
|
62664
|
62740
|
62741
|
62742
|
62743
|
62744
|
62745