[Koha-bugs] [Bug 25964] Data loss possible when items are modified

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 9 11:33:06 CEST 2020


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 106695
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106695&action=edit
Bug 25964: Prevent data loss when editing items from a MARC record

Coming from:
  Bug 23463: Use new method Koha::Object->set_or_blank

We have DB fields that are not mapped with MARC fields, for instance paidfor.
They are not handled correctly.

In ModItemFromMarc, we get a MARC record in parameter and update the item in
DB. But we are loosing the fields that are not in the MARC record

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


More information about the Koha-bugs mailing list