[Koha-bugs] [Bug 21774] Subfield clone fields dissapear when editing a record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 8 13:20:58 CET 2018


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Bug 10306 changed behavior here in 18.05. But it was not backported to 17.11.
So I do not understand why the problem comes up in 17.11.
I tried with a repeatable ccode in 16.11 and it works. (But I am not sure if we
should recommend it btw.)

Please try the following adjustment in your 18.05 in C4/Items.pm, sub
Item2Marc:

Replace
 my $itemmarc = C4::Biblio::TransformKohaToMarc(
        $mungeditem, { no_split => 1},
    );
by 
my $itemmarc = C4::Biblio::TransformKohaToMarc($mungeditem);

In other words: remove the no_split parameter. Since this actually is old
behavior (recommended or not), I will submit a patch for it too..

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


More information about the Koha-bugs mailing list