]> git.koha-community.org Git - koha.git/commit
Bug 6153: Display imprint subfields in order
authorJared Camins-Esakov <jcamins@bywatersolutions.com>
Sun, 10 Apr 2011 21:32:26 +0000 (17:32 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Thu, 28 Apr 2011 12:46:56 +0000 (08:46 -0400)
commit7a7d9a38b72bdb10ad37bd45cda2d9b3a7d87209
treea173011c8b6fe8fe4389cc4e7e447dd47b908b18
parent0a60cee13762ac0146399193397602e00f54f9e9
Bug 6153: Display imprint subfields in order

Prior to this patch, the imprint (field 260) was displayed out-of-order on the
MARC21 XSLT record detail page. For example, the following data:
=260  \\$aNew York :$bHarper,$c2003$g(2005 printing)
Displayed as:
Harper, New York : 2003 (2005 printing)
Instead of:
New York : Harper, 2003 (2005 printing)

Even more problematically, the following data:
=260  \\$a[S.l. :$bs.n.],$c1860.
Displayed as:
s.n.], [S.l. : 1860
Instead of:
[S.l. : s.n.], 1860.

This patch changes the MARC21 OPAC Details display to display the imprint
subfields in the proper order (as the Results display already does).

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 694f0fbeaf1f6896fe476977786e561c78946986)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl [changed mode: 0644->0755]