[Bug 38795] New: ERM : wrong mapping for publication_type when importing UNIMARC records
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38795 Bug ID: 38795 Summary: ERM : wrong mapping for publication_type when importing UNIMARC records Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: ERM Assignee: jonathan.druart@gmail.com Reporter: mathsabypro@gmail.com QA Contact: testopia@bugs.koha-community.org CC: jonathan.druart@gmail.com, jonathan.field@ptfs-europe.com, martin.renvoize@ptfs-europe.com, matt.blenkinsop@ptfs-europe.com, pedro.amorim@ptfs-europe.com bug 32782 introduced a mapping for UNIMARC records imported as a list into ERM This line is problematic for 2 reasons + my $publication_type = $label_pos67 eq 'am' ? 'monograph' : $label_pos67 eq 'as' ? 'serial' : ''; - the position 6 for electronic resource is "l", and not "a", but the habits of libraries and data providers are not always consistent - "monograph" and "serial" are not defined in the authorized value for publication type (ERM_TITLE_PUBLICATION_TYPE) I propose - to take only into account the 7th position of the label (m for ebooks, s for serial) - to use standard values defined in the authorized value : "ebook" and "journal" (or to add "monograph" and "serial" in that AV, but that seems redundant) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38795 Mathieu Saby <mathsabypro@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32782 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32782 [Bug 32782] Add UNIMARC support to the ERM module -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org