I'm not sure what you're trying to do, but items are no longer inserted into marcxml, and to shouldn't be using 3.8. At all. The routines that take care of that are on C4::Biblio btw. El vie., 6 de marzo de 2015 0:10, Paul A <paul.a@navalmarinearchive.com> escribió:
Good morning|evening to you all. I'm looking for some help please for a problem [1] that has surfaced concerning "advanced search" (OPAC and staff) by "Shelving location" and by "Collection Code".
I can't find an bugs relating to this. <http://perldoc.koha-community.org/C4/Biblio.html> states: When dealing with items, we must : /.../ 3. overwrite the MARC record (with the added item) into biblioitems.marc(xml)
but I can't easily find where or how marc(xml) gets *updated*... and I'm not even certain that this is not an "error" left over from 3.6 two years ago
I can do a certain amount directly in MySQL (painstaking UPDATE...SET...REPLACE), but additionally, we have many biblioitems.marc(xml) which do *not* contain 952$c or $8 data at all. Since upgrade to 3.8? if 3.6 didn't put them there, I have no idea how they got there ;={
Importantly, should 952$c and 952$8 even be present in biblioitems.marc(xml)? (The advanced search uses these apparently unedited data in preference to items.location and items.ccode)
Is there a routine/utility to do this?
[1] Most of our cataloging is done into "boxes" at 952$c level using a provisional 952$8 (CCODE); then a different volunteer does the final shelving, edits the 952$c and possibly modifies the CCODE -- e.g. a book from "box_rr198" gets put onto the "engineering" shelf rather than "navy". This is accurately reflected by all searches (I think) except by the advanced options "Shelving location" and "Collection" which appear to rely primarily on biblioitems.marc(xml) neither of which is being updated by saving the edit to "items" or in new items in 3.8
Many thanks -- Paul
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/