10 Aug
2018
10 Aug
'18
6:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21205 --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 77698 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77698&action=edit Bug 21205: Replace C4::Items::GetOrderFromItemnumber calls This is done to ease the move of C4::Items (bug 18252) to Koha::Items my @itemnumbers = GetItemnumbersFromOrder($order->{ordernumber}); will become my @itemnumbers = $order_object->items->get_column('itemnumbers'); Test plan: - Create an order with several items - Receive some items -- You are receiving this mail because: You are watching all bug changes.