[Koha-bugs] [Bug 35095] Bibliographic record from local title only has 245$a

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 20 13:47:09 CEST 2023


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

--- Comment #3 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
Created attachment 157504
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157504&action=edit
Bug 35095: [WIP] Add kbart to koha biblio mapping

Original code was relying on marc_record coming from a biblio, but when first
creating a eholding local title, there is no biblio.
As such, we must get koha fields kbart equivalents, transform those koha fields
to a marc_record, and finally AddBiblio using that same marc_record.

Test plan:
1. Enable ERMModule
2. Go to E-resource management > e-Holdings > Local > Packages
3. Click New package
4. Enter a package name
5. Click Submit
6. Go to e-Holdings > Local > Titles
7. Click New title
8. Fill out all the fields
9. Click Add to another package
10. Choose the package created previously
11. Click Submit
12. Click the title in the list
13. Click Local bibliographic record (next to Publication title)
--> Note the record only has a title
14. Click MARC
ORIGINALLY:--> Only tabs 0 and 2 have information, leader and 245$a
NOW: Notice that fields 100, 110 and 500 also have information

This is a WIP, more mapping required."

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


More information about the Koha-bugs mailing list