[Koha-bugs] [Bug 33223] Koha::Patron->notice_email_address isn't consistently used

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 12 09:34:45 CEST 2023


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

--- Comment #11 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Looking at what remains for first_valid_email i would opt for removing the OFF
option of EmailFieldPrimary and default it to the email field.

Here it is only used as boolean:
$params->{is_email_required} = 0 unless $self->first_valid_email_address();

Koha/SharedContent.pm:        $mana_email =
$borrower->first_valid_email_address
This one could be replaced imo by notice_email.

But yes, not here :)

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


More information about the Koha-bugs mailing list