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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl (-1 / +1 lines)
Lines 258-264 Link Here
258
            <xsl:call-template name="chopPunctuation">
258
            <xsl:call-template name="chopPunctuation">
259
              <xsl:with-param name="chopString">
259
              <xsl:with-param name="chopString">
260
                <xsl:call-template name="subfieldSelect">
260
                <xsl:call-template name="subfieldSelect">
261
                    <xsl:with-param name="codes">abcdjpvxyz</xsl:with-param>
261
                    <xsl:with-param name="codes">abcdjptvxyz</xsl:with-param>
262
                    <xsl:with-param name="subdivCodes">jpxyz</xsl:with-param>
262
                    <xsl:with-param name="subdivCodes">jpxyz</xsl:with-param>
263
                    <xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
263
                    <xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
264
                </xsl:call-template>
264
                </xsl:call-template>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl (-2 / +1 lines)
Lines 305-311 Link Here
305
          <xsl:call-template name="chopPunctuation">
305
          <xsl:call-template name="chopPunctuation">
306
            <xsl:with-param name="chopString">
306
            <xsl:with-param name="chopString">
307
              <xsl:call-template name="subfieldSelect">
307
              <xsl:call-template name="subfieldSelect">
308
                <xsl:with-param name="codes">abcdfijkmnpvxyz</xsl:with-param>
308
                <xsl:with-param name="codes">abcdfijkmnptvxyz</xsl:with-param>
309
                <xsl:with-param name="subdivCodes">ijknpxyz</xsl:with-param>
309
                <xsl:with-param name="subdivCodes">ijknpxyz</xsl:with-param>
310
                <xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
310
                <xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
311
              </xsl:call-template>
311
              </xsl:call-template>
312
- 

Return to bug 20823