Bug 17600: Fix opac/unapi

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2021-11-22 11:04:51 +01:00
parent 1e350b5bb6
commit df87d3ab23

View file

@ -38,7 +38,7 @@ an XML format such as OAI DC, RSS2, MARCXML, or MODS.
use CGI qw ( -utf8 );
use C4::Context;
use C4::Biblio;
use C4::Biblio qw( GetXmlBiblio );
use Koha::XSLT::Base;
my $cgi = CGI->new();