[Koha-bugs] [Bug 27708] Cannot create EDI order if AcqCreateItem value is not "placing an order"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 2 10:47:32 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27708

Joonas Kylmälä <joonas.kylmala at helsinki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #3 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
Thanks for the patch! I think 

> $item_hash->{branch} = $branch;

Would need to be changed to 

> $item_hash->{branchcode} = $branch;

The delivery location info won't get transmitted otherwise.

Can you please also add test for

a) delivery place

b) Some tests for when AcqCreateItem is different value

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list