https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31123
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed --- Comment #13 from Katrin Fischer <[email protected]> --- Hi Martin, I have questions :) Can you how you chose the subfields? Will this be documented somewhere, maybe in the pref? It looks like $z is displayed first, separated by a space and then followed by abcdefgijklnou, but this is not a "complete" list of subfields either. + <xsl:when test="marc:subfield[@code='z']"> + <xsl:value-of select="marc:subfield[@code='z']"/><xsl:text> </xsl:text> + </xsl:when> + <xsl:otherwise> + <xsl:call-template name="subfieldSelect"> + <xsl:with-param name="codes">abcdefgijklnou</xsl:with-param> + </xsl:call-template> + </xsl:otherwise> + </xsl:choose> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
