https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30665 Bug ID: 30665 Summary: Make order of emails in "first_valid_email_address" configurable Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org At the moment Koha::Patron->first_valid_email_address mandates a precedence of "email", then "emailpro", then "B_email". However, when "emailpro" was "Work email", a lot of people preferred to use it instead of "email" which was "Home email". The change of "email" to "Primary email" and "emailpro" to "Secondary email" was biased towards public and academic libraries, which left a lot of special libraries in the lurch. At the moment, I hard-code a change to first_valid_email_address to prefer emailpro, but it would be good if this was just straight-up configurable in core Koha. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.