[Koha-bugs] [Bug 28748] When hold is overridden cannot select a pickup location

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 8 17:00:53 CEST 2021


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

--- Comment #7 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
+                            my $default_pickup_location =
$pickup_locations->search({ branchcode => $item->{holdingbranch} })->next;

Cannot we use ->find here?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list