Pickup and requesting org unit IDs were passed in the wrong order to
the copy permit test. This resulted in some items, particularly age
protected copies, appearing on the holds pull list even though they were
not (yet) permitted for hold capture at a remoted library.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
my $resp = $self->editor->json_query({
from => [
'action.hold_retarget_permit_test',
- $self->hold->request_lib,
$self->hold->pickup_lib,
+ $self->hold->request_lib,
$copy->{id},
$self->hold->usr,
$self->hold->requestor