http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4300
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED | --- Comment #1 from Katrin Fischer <[email protected]> 2012-01-16 07:13:55 UTC --- Only subfield 866$z is displayed, but ; is added for each 866 field. This does only work correctly, when each 866 has a public note in $z. Example: 866 $a1-86 (1941-1987)$xbound in 2 v. per year$zSome issues missing 866 $a1-86 (1941-1987) Shows up as: Holdings Note: Some issues missing; . 866 - Textual Holdings-Basic Bibliographic Unit (R) $a - Textual holdings (NR) $x - Nonpublic note (R) $z - Public note (R) Holdings note is also only shown in OPAC, not in staff. <!-- 866 holdings public note --> <xsl:if test="marc:datafield[@tag=866]"> <span class="results_summary holdings_note"><span class="label">Holdings Note: </span> <xsl:for-each select="marc:datafield[@tag=866]"> <xsl:value-of select="marc:subfield[@code='z']"/> <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose> </xsl:for-each> </span> </xsl:if> -- 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. 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/
