From b35acf5c38370e15a2a7841d378c762da0f7991c Mon Sep 17 00:00:00 2001 From: Jane Wagner Date: Thu, 25 Feb 2010 12:15:00 -0500 Subject: [PATCH] Bug 4270 Instructions for loading patron attributes are wrong Corrects the on-screen instructions for loading multiple patron attribute fields Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl index e71fc5fee6..ad3b663040 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl @@ -147,9 +147,7 @@ '', -
  • 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 ':' should precede each value. For example: "INSTID:12345,LANG:fr". This -means that if an input record has more than one attribute, the 'patron_attributes' field must be wrapped in double quotation marks. +
  • 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.
  • The fields 'branchcode' and 'categorycode' are required and must match valid entries in your database.
  • -- 2.39.2