From: Joshua Ferraro <[email protected]>

---
 .../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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to