13 Aug
2012
13 Aug
'12
11:31 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4982 Whois <iloginok@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iloginok@gmail.com --- Comment #3 from Whois <iloginok@gmail.com> --- (In reply to comment #2)
Actually, I believe this is fixed master. Code was
Message => $letter->{'content'},
and is now
Message => Encode::encode( "utf8", "" . $letter->{content} ),
in Letters::SendAlerts
you to edit and add content on top of file are you? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.