https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42890
--- Comment #1 from Martin Renvoize (ashimema) <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
