@@ -, +, @@ C4::XSLT # Failed test 'use Koha::OAI::Server::Repository;' # at t/00-load.t line 62. # Tried to use 'Koha::OAI::Server::Repository'. # Error: "transformMARCXML4XSLT" is not exported by the C4::XSLT module # Can't continue after import errors at /kohadevbox/koha/Koha/OAI/Server/Repository.pm line 39. --- C4/XSLT.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/XSLT.pm +++ a/C4/XSLT.pm @@ -48,6 +48,7 @@ BEGIN { @ISA = qw(Exporter); @EXPORT = qw( &XSLTParse4Display + &transformMARCXML4XSLT ); $engine=Koha::XSLT::Base->new( { do_not_return_source => 1 } ); } --