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

            Bug ID: 38336
           Summary: Confusion between 099 and 942 field in UNIMARC
                    framework
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Cataloging
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

I believe there is something wrong in UNIMARC default framework
(https://github.com/Koha-Community/Koha/blob/main/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.yml
)

We have 2 fields for "local" data (specific to Koha) at biblio level : 099 and
942
And the same pieces of information are present in subfields of both fields :
- 099$x and 942$0 (Number of issues => biblioitems.totalissues)
- 099$s and 942$s (Serial record => biblio.serial)
- 099$t and 942$c  (Koha item type => biblioitems.itemtype)

I suppose it is an error, because it makes no sense... And note that the 099
field in UNIMARC framework is called "local dates", so it should not contain
information about item type or number of issue.

Do you think we could remove safely from the default templates 099$x, 099$s,
099$t ?  I don't know if those values may be harcoded somewhere in the code.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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