https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26661 Bug ID: 26661 Summary: Cities and Towns dropdown in patron editor should focus by default on logged in library city/town Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: cbrannon@cdalibrary.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com When entering new patrons, there is high probability that the patron being entered is from the same town as the logged in library on the staff interface. However, when you open the dropdown, the list always starts from the top. If you have a long list, it's a lot of scrolling and searching. We could eliminate a lot of that searching by defaulting the position to the same or closest zipcode to the logged in library (if that information is entered in the library details). All the code needs to do is look at the logged in library, look at that library's zipcode, and if it exists, open up the dropdown in or near that same zipcode based on numerical value. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.