http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8335

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8335
          Assignee: [email protected]
           Summary: Missing Icon PR.png or typo in
                    MARC21slim2OPACDetail.xsl
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: All
            Status: NEW
           Version: master
         Component: OPAC
           Product: Koha

koha-error_log complains the following:

File does not exist:
/usr/share/kohaclone/koha-tmpl/intranet-tmpl/prog/img/famfamfam/PR.png,
referer: http://(------)/cgi-bin/koha/catalogue/detail.pl?biblionumber=9

It seems that this is triggered by:
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl

in follwoing lines:
<xsl:variable name="materialTypeCode">
(...)
<xsl:when test="$leader6='c' or $leader6='d'">PR</xsl:when>

Two possibilities:
- Icon PR.png is really missing
- Typo in MARC21slim2OPACDetail.xsl

Marc

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to