https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22944 --- Comment #3 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- Created attachment 89933 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89933&action=edit Bug 22944: avoid AnonymousPatron in search_patrons_to_anonymise In Koha::Patrons::search_patrons_to_anonymise() old issues already affected to the anonymous patron should be avoided. It is useless and can impact performance. It is already working if AnymousPatron is not defined or 0 because of : 'old_issues.borrowernumber' => { 'not' => undef } In theory the anymous patron should have privacy=0 but in case its not it should be explicitly avoided. Test plan : Run t/db_dependent/Koha/Patrons.t -- You are receiving this mail because: You are watching all bug changes.