Bugzilla – Attachment 45343 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]
Bug 15231: (followup) Remove stray </b> tag
Bug-15231-followup-Remove-stray-b-tag.patch (text/plain), 1.67 KB, created by
Marc Véron
on 2015-12-02 23:41:49 UTC
(
hide
)
Description:
Bug 15231: (followup) Remove stray </b> tag
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-12-02 23:41:49 UTC
Size:
1.67 KB
patch
obsolete
>From 109ced7d438b28296db3a7ef37dbcf8ad0541a84 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] Bug 15231: (followup) Remove stray </b> tag > >This patch removes a stray </b> tag (see comment #4) and a superfluous blank. >--- > 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> >-- >1.7.10.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