[Koha-bugs] [Bug 8064] Merge several biblio records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 13 15:20:35 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8064

--- Comment #74 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 35902
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35902&action=edit
[PASSED QA] Bug 8064: Fix issues with control fields and non-repeatable check

Fields < 010 were systematically unchecked during target rebuild because
they have no subfields (unchecking manually all subfields of a field
automatically uncheck the field)
When user check a field or a subfield, we have to uncheck it before
calling (sub)field_can_be_added. Otherwise, field is treated as if it
was already in target record, and this is a problem for non-repeatable
fields.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list