15 May
2015
15 May
'15
11:46 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9530 --- Comment #44 from Katrin Fischer <katrin.fischer@bsz-bw.de> ---
::: 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.