https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17608
--- Comment #6 from David Gustafsson <[email protected]> --- I looked into the last issue a bit more. Tried adding items through the interface and looking at the resulting marcxml in the database (and having a look at the code base) and it seems to me like the items are never inserted into the marcxml saved in the biblioitems table, but can be inserted on the fly in some cases when fetching records, which seems reasonable. So in that case bulkimportmarc is consistent with standard behavior. The thing that confused me slightly is that there is an out-commented ModBiblioMarc in the AddItemBatchFromMarc: # update the MARC biblio # $biblionumber = ModBiblioMarc( $record, $biblionumber, $frameworkcode ); If one would comment out, that I believe the items would actually be inserted back into the database marcxml since the record has been modified (with items added) previously in the sub. -- 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/
