https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28643 Bug ID: 28643 Summary: On import, if login_attempts is not specified, it throws an error Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: enica@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com When importing borrowers in the staff client, it requires you to specify a borrowers.login_attempts value of '0'. DBD::mysql::st execute failed: Column 'login_attempts' cannot be null [for Statement "INSERT INTO `borrowers` File has branchcode, cardnumber, categorycode, surname, firstname, sort1. Work around: add login_attempts with '0' value. Import works. Might be related to bug 25664? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.