Bugzilla – Attachment 62742 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 18110: Removed unwanted spaces
Bug-18110-Removed-unwanted-spaces.patch (text/plain), 1.72 KB, created by
Jonathan Druart
on 2017-04-26 18:50:49 UTC
(
hide
)
Description:
Bug 18110: Removed unwanted spaces
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-04-26 18:50:49 UTC
Size:
1.72 KB
patch
obsolete
>From 37affacb62596c44a166f7386576c0cbceb7689d 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 18110: Removed unwanted spaces > >Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../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.9.3
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