See Launchpad
1064651 for details. This is a quick fix which solves a
fairly serious issue whereby copies outside of a hard boundary could fill
holds when they are placed within the TPAC in the staff client.
Signed-off-by: James Fournie <jfournie@sitka.bclibraries.ca>
Conflicts:
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
'open-ils.circ.title_hold.is_possible')->run($auth, $params);
}
if ($override || $res->{'success'} == 1) {
+
+ $params->{'depth'} = $res->{'depth'} if $res->{'depth'};
+
my $ahr = construct_hold_request_object($params);
my ($res2) = $self->method_lookup(
$override