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

(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl (-2 / +1 lines)
Lines 979-985 Link Here
979
                            </xsl:for-each>
979
                            </xsl:for-each>
980
                            (<xsl:value-of select="$AlternateHoldingsCount"/>)
980
                            (<xsl:value-of select="$AlternateHoldingsCount"/>)
981
                            </xsl:when>
981
                            </xsl:when>
982
                            <xsl:otherwise>No copies available</xsl:otherwise>
982
                            <xsl:otherwise>No copies available </xsl:otherwise>
983
                        </xsl:choose>
983
                        </xsl:choose>
984
				   </xsl:when>
984
				   </xsl:when>
985
                   <xsl:when test="count(key('item-by-status', 'available'))>0">
985
                   <xsl:when test="count(key('item-by-status', 'available'))>0">
986
- 

Return to bug 6260