https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40685 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- (In reply to Owen Leonard from comment #2)
(In reply to Jason Robb from comment #0)
we had to set branchcode as mandatory in PatronSelfRegistrationBorrowerMandatoryField to avoid that issue.
It sounds like we need to make it mandatory for the field to be mandatory!
Otherwise we need a way to decide which library is the default.
I suppose the logic would be if branchcode is not unwanted, then it must be mandatory. If branchcode is unwanted, then a default library would need to be provided. With categorycode, if one isn't provided (ie categorycode is unwanted), then the default category is used. -- Looking at branchcode and categorycode, neither let you show an empty option on the UI. Probably because they're the 2 essential fields for a borrower DB entry. If they did have empty options, then I think we'd need to make them mandatory/required. Anyway, it seems doable... -- You are receiving this mail because: You are watching all bug changes.