Bug 6617 - Wrong first indicator value in test
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 23 Aug 2012 15:58:52 +0000 (12:58 -0300)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 5 Sep 2012 13:57:08 +0000 (15:57 +0200)
Testing the first indicator value=2 should be used for labeling 'Partial content'.

Sponsored-by: Universidad Nacional de Córdoba
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl

index 3c7968f..bbaec1b 100644 (file)
             <xsl:when test="@ind1=1">
                 <span class="label">Incomplete contents:</span>
             </xsl:when>
-            <xsl:when test="@ind1=1">
+            <xsl:when test="@ind1=2">
                 <span class="label">Partial contents:</span>
             </xsl:when>
             <xsl:otherwise>