[Koha-bugs] [Bug 2749] GMD (245h) display issues

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Wed Nov 26 15:13:46 CET 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2749


oleonard at myacpl.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|oleonard at myacpl.org         |jmf at liblime.com
          Component|Templates                   |OPAC




------- Comment #1 from oleonard at 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.



More information about the Koha-bugs mailing list