http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10053 --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 17450 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17450&action=edit Bug 10053: borrowers.branchcode cannot be null The DB field borrowers.branchcode cannot be null (`branchcode` varchar(10) NOT NULL default ''). However, an empty value can be selected on creating/updating a patron. Test plan: - Add or edit a patron and choose the empty value for library (branchcode). - Save (pref BorrowerMandatoryField must not contain branchcode). - Mysql raises an error. - Apply the path. - Check that you are not able to select no library. -- You are receiving this mail because: You are watching all bug changes.