https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28514
--- Comment #16 from Martin Renvoize <[email protected]> --- (In reply to Marcel de Rooy from comment #10) > Koha::Patron > general routine > not nice > > sub queue_notice { > my ( $self, $params ) = @_; > my $letter_params = $params->{letter_params}; > my $test_mode = $params->{test_mode}; > > return unless $letter_params; > return unless exists $params->{message_name} xor > $params->{message_transports}; # We only want one of these > > my $library = Koha::Libraries->find( $letter_params->{branchcode} ); > my $admin_email_address = $library->inbound_email_address; Good catch, that's in incorrect usage I agree.. inbound_email_address was certainly designed to be used as the reply-to and not the from. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
