From 7cc47deb40b0f969d7793efe7fb444169f613d8b Mon Sep 17 00:00:00 2001 From: Ethan Amohia Date: Wed, 16 Jan 2019 04:01:44 +0000 Subject: [PATCH] Bug 22136: Added 'ExtendedPatronAttributes' notes to 'Import Patrons' notes. Fixed ExtendedPatronAttributes typo. Signed-off-by: Pierre-Marc Thibault Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens (cherry picked from commit 273656f84c9dbc49c8a3669c7994b8c0ea7f3522) Signed-off-by: Martin Renvoize (cherry picked from commit 1debd138ca3603b7bf7fa0929553203c7bcbe2ac) Signed-off-by: Jesse Maseto --- .../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 f416b08d50..523048bd3a 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 @@ -259,7 +259,7 @@ - [% IF ( ExtendedPatronAttributes ) %] + [% IF ( Koha.Preference('ExtendedPatronAttributes') ) %]
  • 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. For example: INSTID:12345,LANG:fr or 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: "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.39.5