[Koha-bugs] [Bug 9028] Optionally show only the number of available copies in result lists in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 28 15:45:51 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9028

Fridolyn SOMERS <fridolyn.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolyn.somers at biblibre.co
                   |                            |m

--- Comment #1 from Fridolyn SOMERS <fridolyn.somers at biblibre.com> ---
(In reply to comment #0)
I think you mean :
> <xsl:if test="count(key('item-by-status', 'available'))>0">
> <span class="available">
 <xsl:text>Available (</xsl:text>
> <xsl:value-of select="count(key('item-by-status', 'available'))"/>
> <xsl:text>). </xsl:text>
> </span>
> </xsl:if>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list