https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21774
--- Comment #8 from [email protected] --- > Replace > my $itemmarc = C4::Biblio::TransformKohaToMarc( > $mungeditem, { no_split => 1}, > ); > by > my $itemmarc = C4::Biblio::TransformKohaToMarc($mungeditem); > Making this change solved the bug for us in 18.05.05-1 Thx. -- You are receiving this mail because: 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/
