From ea0d5aa6bf7b0ff96fc75f04d6cb83dc37d4136a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Wed, 2 Dec 2015 06:33:32 +0100 Subject: [PATCH] Bug 15231: (followup) Remove stray tag This patch removes a stray tag (see comment #4) and a superfluous blank. Signed-off-by: Hector Castro Signed-off-by: Brendan A Gallagher --- .../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 362d222ff3..fa955dac8b 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 @@ [% IF ( Koha.Preference('ExtendedPatronAttributes') == 1 ) %]
  • Extended patron attributes: 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. -
    • Example 1: INSTID:12345,LANG:fr
    • Example 2: STARTDATE:January 1 2010,TRACK:Day
    +
    • Example 1: INSTID:12345,LANG:fr
    • Example 2: STARTDATE:January 1 2010,TRACK:Day
    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:
    • Example 3: "STARTDATE:January 1, 2010","TRACK:Day"
    The second syntax would be required if the data might have a comma in it, like a date string.
  • -- 2.20.1