[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 11:51:30 CEST 2023


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

--- Comment #1 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
It seems store() in Koha/ERM/EHoldings/Resource.pm is only handling correct
(full fields) biblio creation if titles are imported from a list.
If the title is created and then linked to a package, only 'biblio.title' =>
$title->publication_title is passed, because there is no biblio linked to the
title at that point.

In other words:
- If the local title is created from a list, biblio fields are mapped to the
local title fields fully.
- If the local title is created manually (then linked to a package), it only
maps the publication_title to the created biblio.

I don't think this is intended behavior, it feels like it should map everything
in both situations.

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


More information about the Koha-bugs mailing list