Bug 3134: (follow-up) Reindent delete_report
[koha.git] / C4 / ItemType.pm
index fffa0a2..648cff9 100644 (file)
@@ -81,7 +81,7 @@ sub all {
     for ( @{$dbh->selectall_arrayref(
         "SELECT * FROM itemtypes ORDER BY description", { Slice => {} })} )
     {
-#        utf8::encode($_->{description});
+        utf8::encode($_->{description});
         push @itypes, $class->new($_);
     }
     return @itypes;