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

Kyle M Hall <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Kyle M Hall <[email protected]> ---
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 are receiving this mail because:
You are the QA Contact for the bug.
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