http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15162 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #12 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Frédéric Demians from comment #9)
@@ +147,5 @@
+ <dc:identifier> + <xsl:text>LOC:</xsl:text> + <xsl:choose> + <xsl:when test="marc:subfield[@code='c']='MAIN'">Main library</xsl:when> + <xsl:when test="marc:subfield[@code='c']='BIB2'">Library 2</xsl:when>
Hum? :)
It's how it is now for OAI XSL. It's not a regression... It won't display anything except if a Unimarc DB has a branch named MAIN or BIB2.
I have removed them. -- You are receiving this mail because: You are watching all bug changes.