http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6153 Bug #: 6153 Summary: Imprint subfields displayed out of order on OPAC Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: OPAC AssignedTo: jcamins@cpbibliography.com ReportedBy: jcamins@cpbibliography.com QAContact: koha-bugs@lists.koha-community.org The imprint (field 260) is displayed out-of-order on the MARC21 XSLT record detail page. For example, the following data: =260 \\$aNew York :$bHarper,$c2003$g(2005 printing) Displays 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. Displays as: s.n.], [S.l. : 1860 Instead of: [S.l. : s.n.], 1860. That's a bit confusing, especially if patrons are not entirely familiar with the abbreviations S.l. (sine loco) and s.n. (sine nomine). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.