View | Details | Raw Unified | Return to bug 8322
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl (-1 lines)
Lines 65-71 Link Here
65
			<xsl:when test="not($chopString)"/>
65
			<xsl:when test="not($chopString)"/>
66
			<xsl:otherwise><xsl:value-of select="$chopString"/></xsl:otherwise>
66
			<xsl:otherwise><xsl:value-of select="$chopString"/></xsl:otherwise>
67
		</xsl:choose>
67
		</xsl:choose>
68
<xsl:text> </xsl:text>
69
	</xsl:template>
68
	</xsl:template>
70
69
71
	<!-- Function extractControlNumber is used to extract the control number (record number) from MARC tags 773/80/85 [etc.] subfield $w.
70
	<!-- Function extractControlNumber is used to extract the control number (record number) from MARC tags 773/80/85 [etc.] subfield $w.
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl (-2 lines)
Lines 65-71 Link Here
65
			<xsl:when test="not($chopString)"/>
65
			<xsl:when test="not($chopString)"/>
66
			<xsl:otherwise><xsl:value-of select="$chopString"/></xsl:otherwise>
66
			<xsl:otherwise><xsl:value-of select="$chopString"/></xsl:otherwise>
67
		</xsl:choose>
67
		</xsl:choose>
68
<xsl:text> </xsl:text>
69
	</xsl:template>
68
	</xsl:template>
70
69
71
	<!-- Function extractControlNumber is used to extract the control number (record number) from MARC tags 773/80/85 [etc.] subfield $w.
70
	<!-- Function extractControlNumber is used to extract the control number (record number) from MARC tags 773/80/85 [etc.] subfield $w.
72
- 

Return to bug 8322