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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-3 / +2 lines)
Lines 995-1001 Link Here
995
        <xsl:text> </xsl:text>
995
        <xsl:text> </xsl:text>
996
                <xsl:variable name="f780">
996
                <xsl:variable name="f780">
997
                    <xsl:call-template name="subfieldSelect">
997
                    <xsl:call-template name="subfieldSelect">
998
                        <xsl:with-param name="codes">a_t</xsl:with-param>
998
                        <xsl:with-param name="codes">abcdefghijklmnopqrst</xsl:with-param>
999
                    </xsl:call-template>
999
                    </xsl:call-template>
1000
                </xsl:variable>
1000
                </xsl:variable>
1001
            <xsl:choose>
1001
            <xsl:choose>
Lines 1056-1062 Link Here
1056
        <xsl:text> </xsl:text>
1056
        <xsl:text> </xsl:text>
1057
                   <xsl:variable name="f785">
1057
                   <xsl:variable name="f785">
1058
                    <xsl:call-template name="subfieldSelect">
1058
                    <xsl:call-template name="subfieldSelect">
1059
                        <xsl:with-param name="codes">a_t</xsl:with-param>
1059
                        <xsl:with-param name="codes">abcdefghijklmnopqrst</xsl:with-param>
1060
                    </xsl:call-template>
1060
                    </xsl:call-template>
1061
                </xsl:variable>
1061
                </xsl:variable>
1062
1062
1063
- 

Return to bug 15437