[Koha-bugs] [Bug 28230] Renewing/Checking out record with AE or OE letter in title can make Koha totally unfunctional

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 27 09:56:25 CEST 2021


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

--- Comment #7 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list