http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642
--- Comment #120 from Frédéric Demians <[email protected]> --- Reading the code, I'd also suggest to simplify the way you construct the XSL filename in marc2dcxml: my $xsl = C4::Context->config('intrahtdocs') . '/prog/en/xslt/slim2' . uc $format . '.xsl'; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
