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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-2 / +1 lines)
Lines 1054-1060 Link Here
1054
               <xsl:when test="$singleBranchMode=1">
1054
               <xsl:when test="$singleBranchMode=1">
1055
                   <xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch))[1])]">
1055
                   <xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch))[1])]">
1056
                       <span class="CommasWithLinebreaks">
1056
                       <span class="CommasWithLinebreaks">
1057
                           <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber"> [<span class="LabelCallnumber">Call number: </span><xsl:value-of select="items:itemcallnumber"/>]</xsl:if>
1057
                           <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber"> [<span class="LabelCallNumber">Call number: </span><xsl:value-of select="items:itemcallnumber"/>]</xsl:if>
1058
                           <xsl:text> (</xsl:text>
1058
                           <xsl:text> (</xsl:text>
1059
                               <xsl:value-of select="count(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch)))"/>
1059
                               <xsl:value-of select="count(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch)))"/>
1060
                           <xsl:text>)</xsl:text>
1060
                           <xsl:text>)</xsl:text>
1061
- 

Return to bug 11881