http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7369
--- Comment #7 from M. Tompsett <[email protected]> --- Comment on attachment 37496 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37496 Bug 7369 - duplicate item Review of attachment 37496: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=7369&attachment=37496) ----------------------------------------------------------------- ::: cataloguing/additem.pl @@ +581,5 @@ > + $fieldItem->delete_subfields($tagsubfield); > + $itemrecord->insert_fields_ordered($fieldItem); > + } > + > + #check for hidden subfield and remove them for the duplicated item Why? Duplicate means duplicate everything (except itemnumber and barcode), right? -- 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/
