From c58731e52611b5ce76485c133e0e0535cf117eb5 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 31 Jul 2017 16:13:20 +0000 Subject: [PATCH] Bug 19012 - Note additional columns that are required during patron import This adds surname and cardnumber to the list of required columns on the import tool screen and help page To test: Read the updated notes, verify it is true and understandable --- koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt index 88b246f..8852e60 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt @@ -18,7 +18,7 @@

Important: Date formats should match your system preference, and must be zero-padded, e.g. '01/02/2008'.

-

Important: The fields 'branchcode' and 'categorycode' are required and must match valid entries in your database.

+

Important: The fields 'cardnumber', 'surname', 'branchcode', and 'categorycode' are required. Branchcode and categorycode must match valid entries in your database.

Tip : If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values.