[Koha-bugs] [Bug 4982] Error when enable sending to patrons notification account details emails when account is created

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 16 18:17:05 CEST 2012


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

Kyle M Hall <kyle.m.hall at gmail.com> changed:

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

--- Comment #2 from Kyle M Hall <kyle.m.hall at gmail.com> ---
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.


More information about the Koha-bugs mailing list