http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6111 Bug #: 6111 Summary: [3.0.x] XSLT.pm doesn't honor XSLTDetailFilename and XSLTResultsFilename sysprefs Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_0 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: Architecture, internals, and plumbing AssignedTo: gmcharlt@gmail.com ReportedBy: tomascohen@gmail.com QAContact: koha-bugs@lists.koha-community.org This hardcoded path doesn't honor the existent sysprefs that allow the user to choose the xslt files in the filesystem. sub _buildfilename{ my $type=shift; return C4::Context->config('opachtdocs') . "/prog/en/xslt/" . C4::Context->preference('marcflavour') . "slim2OPAC$type.xsl"; } -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.