[Koha-bugs] [Bug 27071] Hold pickup library match not enforced correctly on intranet when using hold groups

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 25 15:12:51 CET 2020


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

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


More information about the Koha-bugs mailing list