Bug 5189 - opac-showmarc.pl reference to koha-tmpl
Summary: opac-showmarc.pl reference to koha-tmpl
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: rel_3_0
Hardware: All All
: PATCH-Sent (DO NOT USE) normal
Assignee: Owen Leonard
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-31 19:16 UTC by Tomás Cohen Arazi
Modified: 2012-10-25 22:52 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi 2010-08-31 19:16:20 UTC
In a standard install 

my $xslfile = C4::Context->config('intranetdir')."/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl";

fails because that path doesn't exist.
Comment 1 Tomás Cohen Arazi 2010-08-31 20:21:20 UTC
Patch sent
Comment 2 Chris Cormack 2010-12-14 01:28:58 UTC
Is this a problem in master?
Comment 3 Tomás Cohen Arazi 2010-12-14 01:36:24 UTC
Looks like Owen has fixed this in master.