From cf6867db6247f234a7fd8f1f879309d15af5eef6 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Wed, 15 Dec 2010 18:48:27 -0500 Subject: [PATCH] Bug 5373: Adds cardnumber to the field list of the Import Patrons NOTES. Adds 'cardnumber' as an option to the list of possible fields in the NOTES section of the patron import tool. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack --- .../intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 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 0e409b6328..2bec508756 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 @@ -144,8 +144,8 @@
  • The first line in the file must be a header row defining which columns you are supplying in the import file.
  • Download a starter CSV file with all the columns here. Values are comma-separated.
  • -
  • OR choose which fields you want to supply from the following list:
    • - '', +
    • OR choose which fields you want to supply from the following list:
        +
      • 'cardnumber', ''
    • 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.2