[Koha-bugs] [Bug 6111] New: [3.0.x] XSLT.pm doesn't honor XSLTDetailFilename and XSLTResultsFilename sysprefs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 7 14:47:53 CEST 2011


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 at gmail.com
        ReportedBy: tomascohen at gmail.com
         QAContact: koha-bugs at 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.


More information about the Koha-bugs mailing list