[Koha-bugs] [Bug 16556] New: KohaToMarcMapped columns sharing same field with biblio(item)number are removed.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 19 16:12:01 CEST 2016


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

            Bug ID: 16556
           Summary: KohaToMarcMapped columns sharing same field with
                    biblio(item)number are removed.
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: olli-antti.kivilahti at jns.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

REPLICATE ISSUE:

1. Map biblio.frameworkcode to 999$b
2. Map biblio.biblionumber to 999$c
3. Add a record with something in 999$b
4. 999$b is removed by C4::Biblio::AddBiblio()

After this patch, the field used by biblio.biblionumber or
biblioitems.biblioitemnumber is not removed and created anew, thus dropping all
existing additions.

There is no point in dropping the field in any case, since we can just replace
the existing subfields in-place with no need to recreate the whole field.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list