[Koha-bugs] [Bug 23538] Email library when new patrons self register

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 3 09:25:43 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23538

--- Comment #37 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Koha::Patron

        elsif ( $email_patron_registrations eq "KohaAdminEmailAddress" ) {
            $to_address = C4::Context->preference('ReplytoDefault')
            || C4::Context->preference('KohaAdminEmailAddress');
        }

This is the cause of the failing test. Why do you use ReplytoDefault here. The
value of the pref says KohaAdmin. This is quite confusing.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list