From a6c85e6002491e964d7877c6e02cd127169c2d6b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 31 Mar 2008 16:58:02 -0500 Subject: [PATCH] bug 1986: fix card view in Z39.50 search results Signed-off-by: Joshua Ferraro --- catalogue/showmarc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalogue/showmarc.pl b/catalogue/showmarc.pl index 18c1b45041..cf1ee3c181 100755 --- a/catalogue/showmarc.pl +++ b/catalogue/showmarc.pl @@ -70,7 +70,7 @@ if($importid) { if($view eq 'card') { $xmlrecord = GetXmlBiblio($biblionumber) unless $xmlrecord; -my $xslfile = C4::Context->config('intranetdir')."/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl"; +my $xslfile = C4::Context->config('intrahtdocs')."/prog/en/xslt/compact.xsl"; my $parser = XML::LibXML->new(); my $xslt = XML::LibXSLT->new(); my $source = $parser->parse_string($xmlrecord); -- 2.39.2