https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27708
Joonas Kylmälä <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #3 from Joonas Kylmälä <[email protected]> --- 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. _______________________________________________ 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/
