[koha-commits] main Koha release repository branch, new/bug_6153, created. v3.04.00-9-g694f0fb

Git repo owner gitmaster at git.koha-community.org
Tue Apr 26 10:33:50 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_6153 has been created
        at  694f0fbeaf1f6896fe476977786e561c78946986 (commit)

- Log -----------------------------------------------------------------
commit 694f0fbeaf1f6896fe476977786e561c78946986
Author: Jared Camins-Esakov <jcamins at bywatersolutions.com>
Date:   Sun Apr 10 17:32:26 2011 -0400

    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 at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list