2 Mar
2021
2 Mar
'21
10:47 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27708 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #3 from Joonas Kylmälä <joonas.kylmala@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.