27 Apr
2021
27 Apr
'21
9:56 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28230 --- Comment #7 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- I was going to attach this patch: diff --git a/C4/Message.pm b/C4/Message.pm index 659ff96aeb2..d9bb945abb6 100644 --- a/C4/Message.pm +++ b/C4/Message.pm @@ -283,7 +283,7 @@ sub metadata { $self->content($self->render_metadata); return $data; } else { - return YAML::XS::Load(Encode::encode_utf8($self->{metadata})); + return YAML::XS::Load($self->{metadata}); } } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.