https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37845
Sukhmandeep <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171202|0 |1 is obsolete| | --- Comment #4 from Sukhmandeep <[email protected]> --- Created attachment 171999 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171999&action=edit Bug 37845: Remove C4::Members::DeleteExpiredOpacRegistrations This patch remove the subroutine C4::Members::DeleteExpiredOpacRegistrations. The code is moved and adjusted to Koha::Patrons. We now have 2 new methods: Koha::Patrons->filter_by_expired_opac_registrations Koha::Patrons->filter_by_safe_to_delete 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 Note that it improve the output of the verbose mode and now tell if the something is wrong with the config (syspref not set) Signed-off-by: Sukhmandeep Benipal <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
