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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +1 lines)
Lines 399-405 Link Here
399
                <xsl:call-template name="chopPunctuation">
399
                <xsl:call-template name="chopPunctuation">
400
                  <xsl:with-param name="chopString">
400
                  <xsl:with-param name="chopString">
401
                    <xsl:call-template name="subfieldSelect">
401
                    <xsl:call-template name="subfieldSelect">
402
                        <xsl:with-param name="codes">abceg</xsl:with-param>
402
                        <xsl:with-param name="codes">abcefg</xsl:with-param>
403
                    </xsl:call-template>
403
                    </xsl:call-template>
404
                   </xsl:with-param>
404
                   </xsl:with-param>
405
               </xsl:call-template>
405
               </xsl:call-template>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl (-1 / +1 lines)
Lines 887-893 Link Here
887
            <xsl:call-template name="chopPunctuation">
887
            <xsl:call-template name="chopPunctuation">
888
              <xsl:with-param name="chopString">
888
              <xsl:with-param name="chopString">
889
                <xsl:call-template name="subfieldSelect">
889
                <xsl:call-template name="subfieldSelect">
890
                    <xsl:with-param name="codes">abceg</xsl:with-param>
890
                    <xsl:with-param name="codes">abcefg</xsl:with-param>
891
                </xsl:call-template>
891
                </xsl:call-template>
892
               </xsl:with-param>
892
               </xsl:with-param>
893
           </xsl:call-template>
893
           </xsl:call-template>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 426-432 Link Here
426
                <xsl:call-template name="chopPunctuation">
426
                <xsl:call-template name="chopPunctuation">
427
                  <xsl:with-param name="chopString">
427
                  <xsl:with-param name="chopString">
428
                    <xsl:call-template name="subfieldSelect">
428
                    <xsl:call-template name="subfieldSelect">
429
                        <xsl:with-param name="codes">abceg</xsl:with-param>
429
                        <xsl:with-param name="codes">abcefg</xsl:with-param>
430
                    </xsl:call-template>
430
                    </xsl:call-template>
431
                   </xsl:with-param>
431
                   </xsl:with-param>
432
               </xsl:call-template>
432
               </xsl:call-template>
433
- 

Return to bug 20984