[Bug 2749] GMD (245h) display issues
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2749 oleonard@myacpl.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|oleonard@myacpl.org |jmf@liblime.com Component|Templates |OPAC ------- Comment #1 from oleonard@myacpl.org 2008-11-26 06:13 ------- It does seem that there are a number of subfields that only display if b is present (Line 402): <xsl:if test="marc:subfield[@code='b']"> <xsl:text> : </xsl:text> <xsl:call-template name="chopPunctuation"> <xsl:with-param name="chopString"> <xsl:call-template name="specialSubfieldSelect"> <xsl:with-param name="axis">b</xsl:with-param> <xsl:with-param name="anyCodes">b</xsl:with-param> <xsl:with-param name="afterCodes">afghk</xsl:with-param> </xsl:call-template> </xsl:with-param> </xsl:call-template> </xsl:if> ...but understanding why or how to arrange for one without the other is beyond my expertise. Josh? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@pippin.metavore.com