https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610
--- Comment #269 from Jonathan Druart <[email protected]> --- Pedro, the email is picked when the emails are going to be sent, see C4::Letters::_send_message_by_email: 1258 my $patron = Koha::Patrons->find( $message->{borrowernumber} ); 1259 my $to_address = $message->{'to_address'}; 1260 unless ($to_address) { Are you sure the user has a valid email address? If yes, please open a new bug report. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
