https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28230

--- Comment #11 from Joonas Kylmälä <[email protected]> ---
The 

> sub enqueue {

looks buggy as well.

>     $letter->{metadata} = Dump($metadata);

We should decode it to be a Perl string as well because in    
C4::Letters::EnqueueLetter which is called next and this is passed there it
calls $sth->execute() with it. At least the other execute params I see are perl
strings and not utf-8 octets so if it is not buggy it is unintuitive at least. 

but this enqueue bug is not related to this bug just wanted to mention because
it is similar and might cause badly encoded emails.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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