http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8335 Priority: P5 - low Change sponsored?: --- Bug ID: 8335 Assignee: oleonard@myacpl.org Summary: Missing Icon PR.png or typo in MARC21slim2OPACDetail.xsl Severity: minor Classification: Unclassified OS: All Reporter: veron@veron.ch 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.