[Koha-bugs] [Bug 29556] MARC21slim2MODS.xsl broken by duplicate template name "part"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 3 09:09:00 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29556

--- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
What does not help either, is that opac/unapi runs INTRANET xslt sheets:

sub get_xslt_file {
    my ($format, $format_to_stylesheet_map, $format_info) = @_;
    $format = lc $format;

    my $marcflavour = uc(C4::Context->preference('marcflavour'));
    return unless $format_to_stylesheet_map->{$marcflavour}->{$format};

    my $xslt_file = C4::Context->config('intrahtdocs') .
                    "/prog/en/xslt/" .
                    $format_to_stylesheet_map->{$marcflavour}->{$format};

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list