[open-ils-commits] r17648 - trunk/Open-ILS/xsl (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Sep 14 11:25:41 EDT 2010


Author: miker
Date: 2010-09-14 11:25:38 -0400 (Tue, 14 Sep 2010)
New Revision: 17648

Modified:
   trunk/Open-ILS/xsl/MARC21slim2HTMLCard-holdings.xsl
Log:
show holdings in the stock slimpac -- holdings format changed slightly

Modified: trunk/Open-ILS/xsl/MARC21slim2HTMLCard-holdings.xsl
===================================================================
--- trunk/Open-ILS/xsl/MARC21slim2HTMLCard-holdings.xsl	2010-09-14 15:06:57 UTC (rev 17647)
+++ trunk/Open-ILS/xsl/MARC21slim2HTMLCard-holdings.xsl	2010-09-14 15:25:38 UTC (rev 17648)
@@ -33,7 +33,7 @@
      <xsl:apply-templates select="xhtml:abbr[@class='unapi-id']"/>
     </div>
     <br/>
-    <xsl:apply-templates select="hold:volumes"/>
+    <xsl:apply-templates select="hold:holdings/hold:volumes"/>
     <br/>
   </xsl:template>
 



More information about the open-ils-commits mailing list