]> git.koha-community.org Git - koha.git/commit
Bug 29670: Fix EDI for AcqCreateItem = 'placing on order'
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 9 Dec 2021 13:55:41 +0000 (13:55 +0000)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Thu, 10 Feb 2022 15:43:26 +0000 (15:43 +0000)
commitbda8299669d1a34a32fe45f6f765133a0f54f22a
tree316317e76be6d8ea15c7c10c931266ef4a345044
parent1926a207536d38d772a816b0c0179d9201273e04
Bug 29670: Fix EDI for AcqCreateItem = 'placing on order'

The AcqCreatItem at order time functionality was broken by bug 27708.
This patch resolves that.

Test plan.
1) Run the newly created unit tests that prove both settings work

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
(cherry picked from commit 960372b76ca0b42d8e22dde445402f4c9ba523dc)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Koha/Edifact/Order.pm