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
Created attachment 10568 [details] [review] Bug 8335 - Missing Icon PR.png or typo in MARC21slim2OPACDetail.xsl Add PR.png (renamed file music.png from http://famfamfam.com/lab/icons/ )
Created attachment 10574 [details] [review] Bug 8335 - Missing Icon PR.png or typo in MARC21slim2OPACDetail.xsl Add PR.png (renamed file music.png from http://famfamfam.com/lab/icons/ ) Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
tiny bugfix, passed QA