@@ -, +, @@ --- C4/XSLT.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/C4/XSLT.pm +++ a/C4/XSLT.pm @@ -22,6 +22,7 @@ package C4::XSLT; # along with Koha; if not, see . use Modern::Perl; +use Encode qw(decode); use C4::Context; use C4::Koha qw( xml_escape ); @@ -32,8 +33,6 @@ use Koha::Util::Search; use Koha::XSLT::Base; use Koha::Libraries; - - my $engine; #XSLT Handler object my %authval_per_framework; # Cache for tagfield-tagsubfield to decode per framework. --