6 Apr
2022
6 Apr
'22
4:23 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30432 --- Comment #6 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- This may be a fix, as we don't specify an order by clause in get_items_that_can_fill: - is_deeply( [ map { $_->itemnumber } $items->as_list ], + is_deeply( [ sort map { $_->itemnumber } $items->as_list ], -- You are receiving this mail because: You are watching all bug changes.