http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9530

--- Comment #44 from Katrin Fischer <[email protected]> ---
> ::: C4/Letters.pm
> @@ +286,5 @@
> > +            my $message = Koha::Email->new();
> > +            my %mail = $message->create_message_headers(
> > +                {
> > +                    to      => $email,
> > +                    from    => $branchdetails->{'branchemail'},
> 
> Was there a reason the
>     || C4::Context->preference("KohaAdminEmailAddress")
> portion was removed?
> I'm trying to rescue bug 8000.

Please take a look at Koha::Email:
45     $params->{from} ||= C4::Context->preference('KohaAdminEmailAddress');

-- 
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/

Reply via email to