https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20964 Bug ID: 20964 Summary: search_patrons_to_anonymise selects different user than GetBorrowersWithIssuesHistoryOlderThan did. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org Bug 16966 sought to move the patron selection routines from GetBorrowersWithIssuesHistoryOlderThan in C4 to a dbic centric query in Koha::Patrons. However, in do so, the resultant query was changed in such a way that rather than filtering patrons to anonymise by their home branch you are actually filtering by patrons who have ever had an biblio issued to them from a particular branch. This is a surprising and unexpected change in functionality for users upgrading to 17.05. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.