3 Oct
2022
3 Oct
'22
9:25 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23538 --- Comment #37 from Marcel de Rooy <m.de.rooy@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.