http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11399 --- Comment #3 from stephane.delaune@biblibre.com --- (In reply to Katrin Fischer from comment #2)
Hi Stephane, I am a bit confused about the use of this, because I think we don't keep the item information in the MARC any more?
Hi Katrin, in fact, informations about items aren't stored directly in MARC. However, when editing a record, MARC items informations can be regenerated temporarily (that's what serves '1' when we call the function 'GetMarcBiblio($biblionumber,1)'). When a mapping is changed in "MARC bibliographic framework" or "Koha to MARC mapping" (admin/koha2marclinks.pl on items), it does not change the existing items. For example in UNIMARC, without this patch, if I want to link the 995$j with items.stocknumber, this information will remain in items.more_subfields_xml for old items as long as they have not been modified manually. This script forces rewriting of items taking new mapping into account (in our example, all 995$j will then be moved from items.more_subfields_xml to items.stocknumber). -- You are receiving this mail because: You are watching all bug changes.