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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-1 / +2 lines)
Lines 176-181 Link Here
176
            <!-- #13382 suppress 700$i and 7xx/@ind2=2 -->
176
            <!-- #13382 suppress 700$i and 7xx/@ind2=2 -->
177
            <xsl:with-param name="authorfield" select="marc:datafield[(@tag=700 or @tag=710 or @tag=711) and not(@ind2=2) and not(marc:subfield[@code='i'])]"/>
177
            <xsl:with-param name="authorfield" select="marc:datafield[(@tag=700 or @tag=710 or @tag=711) and not(@ind2=2) and not(marc:subfield[@code='i'])]"/>
178
            <xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/>
178
            <xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/>
179
            <xsl:with-param name="materialTypeLabel" select="$materialTypeLabel"/>
180
            <xsl:with-param name="theme" select="$theme"/>
179
        </xsl:call-template>
181
        </xsl:call-template>
180
182
181
   <xsl:if test="$DisplayOPACiconsXSLT!='0'">
183
   <xsl:if test="$DisplayOPACiconsXSLT!='0'">
182
- 

Return to bug 14917