https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21774
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
