[Koha-patches] [PATCH] Displays the itemcallnumber in brackets next to location in XSL Results

Daniel Sweeney daniel.sweeney at liblime.com
Wed Feb 4 17:46:21 CET 2009


From: Joshua Ferraro <jmf at liblime.com>

---
 .../prog/en/xslt/MARC21slim2OPACResults.xsl        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
index 4cb2421..327f61e 100644
--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
@@ -842,6 +842,7 @@
                            select="key('item-by-status', 'available')"/>
                        <xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch))[1])]">
                            <xsl:value-of select="items:homebranch"/>
+						   [<xsl:value-of select="items:itemcallnumber"/>]
                            <xsl:text> (</xsl:text>
                            <xsl:value-of select="count(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch)))"/>
                            <xsl:text>)</xsl:text>
-- 
1.5.5.GIT



More information about the Koha-patches mailing list