]> git.koha-community.org Git - koha.git/commit
Bug 37844: Remove C4::Members::DeleteUnverifiedOpacRegistrations
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 5 Sep 2024 14:52:38 +0000 (16:52 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 21 Oct 2024 13:10:30 +0000 (15:10 +0200)
commit73f890ab2d3a166bd5a0b4b7166121c6fc4f04ac
treecd2ff4cdaed697cb4cdc4b2e959157da09861b79
parent3ed51f05140898b8180a0bb8a50a646eb9f1f71c
Bug 37844: Remove C4::Members::DeleteUnverifiedOpacRegistrations

This patch removes the subroutine
C4::Members::DeleteUnverifiedOpacRegistrations and use the
Koha::Objects->filter_by_last_update method that is used for the other
flag in this script.

Test plan:
Confirm that --del-unv-selfreg works the same before and after this
patch applied

Signed-off-by: Sukhmandeep Benipal <sukhmandeep.benipal@inLibro.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Members.pm
misc/cronjobs/cleanup_database.pl
t/db_dependent/Members.t