From 67f86868155725b3fec29d38a54e8c161dd72c78 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 Signed-off-by: Katrin Fischer Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- .../prog/en/modules/tools/import_borrowers.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 4a542c7..2133770 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 @@ -269,7 +269,7 @@ [% END %]
  • - The fields 'branchcode' and 'categorycode' are required and must match valid entries in your database. + Required fields: The fields 'surname', 'branchcode', and 'categorycode' are required and 'branchcode' and 'categorycode' must match valid entries in your database.
  • -- 1.7.2.5