https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21677

            Bug ID: 21677
           Summary: MARC detail view may show field header info
                    erroneously
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Templates
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

If the fields in the marcxml are not in order, and LabelMARCView is set to
compact, the MARC detail view can show the field headers multiple times.

To reproduce:

1) Turn on LabelMARCView
2) Turn on EnableAdvancedCatalogingEditor (Rancor allows entering fields in any
order, unlike the old editor)
3) Catalogue a new record with the following fields in this order:

655 _ _ ‡afoo
100 _ _ ‡abar
655 _ _ ‡abaz
650 _ _ ‡aqwerty
655 _ _ ‡aqux
655 _ _ ‡aquux

4) Go to that record's MARC detail view. In the 6xx tab, you will see three
separate entries for 655 fields:

655
    $a foo
655
    $a baz
655
    $a qux
    $a quux


How it should look:

655
    $a foo
    $a baz
    $a qux
    $a quux

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to