[Koha-bugs] [Bug 30432] get_items_that_can_fill needs to specify table for biblionumbers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 6 16:23:50 CEST 2022


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

--- Comment #6 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list