https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17608
--- Comment #7 from Magnus Enger <[email protected]> --- (In reply to David Gustafsson from comment #6) > 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. That is the expected behaviour, yes. It used to be that items (952 fields) were stored in the marcxml, but they were removed from there a few years ago. See bug 5579 for the details. -- 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/
