https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37845
--- Comment #3 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #2) > Test plan: > Run the misc/cronjobs/cleanup_database.pl script with the > --del-exp-selfreg (as well as --verbose and --confirm) and confirm that > it behaves as expected I should have noted that there is a behaviour change here. Prior to this patch we only tested if the patron had checkouts and an account balance. Now we are relying on Koha::Patron->safe_to_delete that is doing much more tests (not anonymous patron, not protected, not a guarantor). That should not happen for self registration entries anyway, but this is a better test IMO. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
