https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28943
--- Comment #4 from Marcel de Rooy <[email protected]> --- (In reply to Katrin Fischer from comment #3) > Hm, we already have PatronSelfRegistrationExpireTemporaryAccountsDelay for > the number of days. > > It seems like a double up to introduce an additional pref to secure another > one. Maybe we need to make sure that this one can also be used to deactivate? my $delay = C4::Context->preference('PatronSelfRegistrationExpireTemporaryAccountsDelay'); return 0 if not $category_code or not defined $delay or $delay eq q||; -- You are receiving this mail because: You are the assignee for the bug. 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/
