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

--- Comment #3 from Alvaro Cornejo <cornejo.alv...@gmail.com> ---
Comment on attachment 114295
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114295
test patch

>--- Base.pm.orig       2020-12-09 22:11:25.639834095 -0500
>+++ Base.pm    2020-12-07 19:41:17.903081236 -0500
>@@ -179,7 +179,9 @@
> 
>     #FIXME: Why another encoding issue? For metadata containing non latin 
> characters.
>     my $metadata = $self->{metadata};
>+    if ( $metadata  & $metadata !~ "")  {
>       utf8::decode($metadata->{$_}) for keys %$metadata;
>+      }
>     return $metadata;
> }
>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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