From 6c2c1dad30499d2d74ca458bfb81f3631ff5bd2b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 31 Mar 2008 17:08:54 -0500 Subject: [PATCH] fixed MODS biblio export on a "standard" install Signed-off-by: Joshua Ferraro --- C4/Record.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Record.pm b/C4/Record.pm index 0324d03a40..2ac9ecaaf3 100644 --- a/C4/Record.pm +++ b/C4/Record.pm @@ -278,7 +278,7 @@ sub marc2modsxml { my ($marc) = @_; # grab the XML, run it through our stylesheet, push it out to the browser my $xmlrecord = marc2marcxml($marc); - my $xslfile = C4::Context->config('intranetdir')."/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS3-1.xsl"; + my $xslfile = C4::Context->config('intrahtdocs')."/prog/en/xslt/MARC21slim2MODS3-1.xsl"; my $parser = XML::LibXML->new(); my $xslt = XML::LibXSLT->new(); my $source = $parser->parse_string($xmlrecord); -- 2.39.2