Skip to content

Commit

Permalink
Umbenennung Feldname
Browse files Browse the repository at this point in the history
* löst Issue #25
* Umbenenennung von dynamischem Feld zu 'itemid'
  • Loading branch information
Oliver Schihin committed Dec 16, 2013
1 parent 3cbd3fe commit 84cd116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt/swissbib.solr.vufind2.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@
</xsl:variable>
<xsl:variable name="uniqueSeqValues" select="swissbib:startDeduplication($forDeduplication)"/>
<xsl:call-template name="createUniqueFields">
<xsl:with-param name="fieldname" select="'itemid_isn_mv'"/>
<xsl:with-param name="fieldname" select="'itemid'"/>
<xsl:with-param name="fieldValues" select="$uniqueSeqValues"/>
</xsl:call-template>
</xsl:template>
Expand Down

0 comments on commit 84cd116

Please sign in to comment.