12 May
2023
12 May
'23
8:34 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33223 --- Comment #11 from Marcel de Rooy <m.de.rooy@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.