8 Oct
2021
8 Oct
'21
5 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28748 --- Comment #7 from Jonathan Druart <jonathan.druart+koha@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.