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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-4 / +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">
1314
- 

Return to bug 15100