Bug 28763: (bug 17600 follow-up) Import XSLTParse4display in opac-tags.pl

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2021-07-27 13:49:38 +02:00
parent 801e086f7b
commit d4ee40aa9e

View file

@ -48,7 +48,7 @@ use C4::Tags qw(
remove_tag remove_tag
stratify_tags stratify_tags
); );
use C4::XSLT; use C4::XSLT qw( XSLTParse4Display );
use Koha::Logger; use Koha::Logger;