It appears that surname is now a required field when importing a file with patron data. According to the instructions, however, only 'branchcode' and 'categorycode' are required. Latter should be amended if surname is now required as well.
Created attachment 74914 [details] [review] This patch adds 'surname to the instructions for importing patrons.
This patch adds 'surname' to the instructions for importing patrons tool. To test: Go to import_borrowers.pl View Notes: section on the right side of the page. Only shows 'branchcode' and 'categorycode' as required fields. Also view the Help page in the upper right hand corner. Only shows 'branchcode' and 'categorycode' as required fields. apply patch Follow same steps. Now you will see 'surname' is added.
Have you checked which fields are mandatory in your configuration?
(In reply to Katrin Fischer from comment #3) > Have you checked which fields are mandatory in your configuration? Default kohadevbox has surname|cardnumber in BorrowerMandatoryField. Categories and branches are part of table constraints. I believe some derived logic and a rephrase with a list might be better. Switching to 'In Discussion', because perhaps other indexed fields might also be considered.
*** This bug has been marked as a duplicate of bug 19012 ***