http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9530
--- Comment #43 from M. Tompsett <[email protected]> --- Comment on attachment 31929 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31929 [PASSED QA] Bug 9530: Making changes to C4::Letters Review of attachment 31929: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9530&attachment=31929) ----------------------------------------------------------------- ::: 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. -- 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/
