https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35095
--- Comment #3 from Pedro Amorim <[email protected]> --- 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. _______________________________________________ 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/
