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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-3 / +3 lines)
Lines 1291-1298 Link Here
1291
                                    <xsl:with-param name="codes">
1291
                                    <xsl:with-param name="codes">
1292
                                        <xsl:choose>
1292
                                        <xsl:choose>
1293
                                            <!-- #13383 include subfield e for field 111  -->
1293
                                            <!-- #13383 include subfield e for field 111  -->
1294
                                            <xsl:when test="@tag=111">abcdeqt</xsl:when>
1294
                                            <xsl:when test="@tag=111">abceqt</xsl:when>
1295
                                            <xsl:otherwise>abcdjqt</xsl:otherwise>
1295
                                            <xsl:otherwise>abcjqt</xsl:otherwise>
1296
                                        </xsl:choose>
1296
                                        </xsl:choose>
1297
                                    </xsl:with-param>
1297
                                    </xsl:with-param>
1298
                                </xsl:call-template>
1298
                                </xsl:call-template>
Lines 1307-1313 Link Here
1307
                    <xsl:when test="@tag=700 or @tag=710 or @tag=711">
1307
                    <xsl:when test="@tag=700 or @tag=710 or @tag=711">
1308
                        <xsl:variable name="str">
1308
                        <xsl:variable name="str">
1309
                            <xsl:call-template name="subfieldSelect">
1309
                            <xsl:call-template name="subfieldSelect">
1310
                                <xsl:with-param name="codes">abcdfghiklmnoprstux</xsl:with-param>
1310
                                <xsl:with-param name="codes">abcfghiklmnoprstux</xsl:with-param>
1311
                            </xsl:call-template>
1311
                            </xsl:call-template>
1312
                        </xsl:variable>
1312
                        </xsl:variable>
1313
                        <xsl:call-template name="chopPunctuation">
1313
                        <xsl:call-template name="chopPunctuation">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-3 / +2 lines)
Lines 469-476 Link Here
469
                        <xsl:with-param name="codes">
469
                        <xsl:with-param name="codes">
470
                            <xsl:choose>
470
                            <xsl:choose>
471
                                <!-- #13383 include subfield e for field 111  -->
471
                                <!-- #13383 include subfield e for field 111  -->
472
                                <xsl:when test="@tag=111">abcdeqt</xsl:when>
472
                                <xsl:when test="@tag=111">abceqt</xsl:when>
473
                                <xsl:otherwise>abcdjqt</xsl:otherwise>
473
                                <xsl:otherwise>abcjqt</xsl:otherwise>
474
                            </xsl:choose>
474
                            </xsl:choose>
475
                        </xsl:with-param>
475
                        </xsl:with-param>
476
                    </xsl:call-template>
476
                    </xsl:call-template>
477
- 

Return to bug 15100