25 Nov
2020
25 Nov
'20
3:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27071 --- Comment #10 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- The problem is indeed in the controller: reserve/request.pl 554 my $can_item_be_reserved = CanItemBeReserved( $patron->borrowernumber, $itemnumber, $pickup )->{status}; $pickup is coming from: 70 my $pickup = $input->param('pickup') || C4::Context->userenv->{'branch'}; So we are testing if the hold can be picked up at the logged in library of the librarian. -- You are receiving this mail because: You are watching all bug changes.