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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-2 / +1 lines)
Lines 1029-1035 Link Here
1029
                        </xsl:when>
1029
                        </xsl:when>
1030
                        <xsl:otherwise>
1030
                        <xsl:otherwise>
1031
                            <xsl:call-template name="subfieldSelect">
1031
                            <xsl:call-template name="subfieldSelect">
1032
                                <xsl:with-param name="codes">abcdefgijklnou</xsl:with-param>
1032
                                <xsl:with-param name="codes">abcdefghijklnoux</xsl:with-param>
1033
                            </xsl:call-template>
1033
                            </xsl:call-template>
1034
                        </xsl:otherwise>
1034
                        </xsl:otherwise>
1035
                    </xsl:choose>
1035
                    </xsl:choose>
1036
- 

Return to bug 35283