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

--- Comment #1 from Pedro Amorim <[email protected]> ---
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.
_______________________________________________
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