http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Signed Off --- Comment #40 from Kyle M Hall <kyle@bywatersolutions.com> --- Order records, at an item level, work much differently than traditional marc records. A standard marc record for Koha would have a 952 field for each item with the appropriate subfields. An order record, on the other hand, has *no* 952 field. Instead it has data that tells us how to create the items ourselves, with fields/subfields for the itemtype, collectioncode, acquisitions fund, etc defined in the record in a non 952-field ( it seems that 947 is often used for this ). Most importantly, that is a field that defines the quantity of items to create. (In reply to Jonathan Druart from comment #38)
(In reply to Kyle M Hall from comment #35)
(In reply to Katrin Fischer from comment #33)
I feel like I don't understand this feature well - at least not the differences to the existing staged MARC records workflow.
I'll see what I can do to make this happen!
Did you do something since this comment? Is it related to the second patch [QA Followup]?
-- You are receiving this mail because: You are watching all bug changes.