https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42890 --- Comment #1 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 200850 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200850&action=edit Bug 42890: Create items from GIR data when AcqCreateItem=receiving in EDI When AcqCreateItem is set to 'receiving', items do not exist in aqorders_items at the time an EDI INVOIC message is processed. The INVOIC is the functional equivalent of the acquisitions receiving step for EDI workflows, so receipt_items now creates catalogue items from the GIR segment data and populates aqorders_items rows (with received=NULL) ready for physical receipt tracking at circulation check-in (Bug 40932). Each LIN segment creates its own items independently so that multi-LIN invoices referencing the same order (e.g. different branches) work correctly. AcqItemSetSubfieldsWhenReceived is now applied for both ordering and receiving EDI paths; the INVOIC is the acquisitions receiving step in both cases. -- You are receiving this mail because: You are watching all bug changes.