[Koha-bugs] [Bug 21774] Cloned item subfields disappear when editing an item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 8 17:30:44 CET 2018


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

--- Comment #9 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 82080
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82080
Bug 21774: Cloned item subfields disappear when editing an item

Review of attachment 82080:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=21774&attachment=82080)
-----------------------------------------------------------------

::: C4/Items.pm
@@ +1342,4 @@
>          } keys %{ $itemrecord } 
>      };
>      my $framework = C4::Biblio::GetFrameworkCode( $biblionumber );
> +    my $itemmarc = C4::Biblio::TransformKohaToMarc( $mungeditem ); # Bug 21774: no_split parameter removed to allow cloned subfields

I'm not sure no_split logic was the correct solution, so I have no issue with
this removal. However, I think they may be tried to use that to split or not
split based on the frameworkcode, because the field might not be repeatable,
and so it is a little larger than this change alone. Just my thoughts on this.
I could be off on a different tangent.

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


More information about the Koha-bugs mailing list