Bugzilla – Attachment 45346 Details for
Bug 15231
Import patrons: Remove string splitting by html tags to avoid weird translations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF]Bug 15231: (followup) Remove stray </b> tag
SIGNED-OFFBug-15231-followup-Remove-stray-b-tag.patch (text/plain), 1.73 KB, created by
Héctor Eduardo Castro Avalos
on 2015-12-03 01:49:37 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 15231: (followup) Remove stray </b> tag
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2015-12-03 01:49:37 UTC
Size:
1.73 KB
patch
obsolete
>From f02c69ee1f081d345d9cddb107c6b67fa455093b Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 2 Dec 2015 06:33:32 +0100 >Subject: [PATCH] [SIGNED-OFF]Bug 15231: (followup) Remove stray </b> tag > >This patch removes a stray </b> tag (see comment #4) and a superfluous blank. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >index 362d222..fa955da 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >@@ -205,7 +205,7 @@ > </li> > [% IF ( Koha.Preference('ExtendedPatronAttributes') == 1 ) %] > <li><b>Extended patron attributes: </b>If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values. The attribute type code and a colon should precede each value. >- <ul><li>Example 1: INSTID:12345,LANG:fr</b></li><li> Example 2: STARTDATE:January 1 2010,TRACK:Day</li></ul> >+ <ul><li>Example 1: INSTID:12345,LANG:fr</li><li>Example 2: STARTDATE:January 1 2010,TRACK:Day</li></ul> > If an input record has more than one attribute, the fields should either be entered as an unquoted string (previous examples), or with each field wrapped in separate double quotes and delimited by a comma: > <ul><li>Example 3: "STARTDATE:January 1, 2010","TRACK:Day"</li></ul> > The second syntax would be required if the data might have a comma in it, like a date string.</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 15231
:
45087
|
45092
|
45343
|
45346
|
45441
|
46037
|
46038
|
46039