@@ -, +, @@ --- C4/HoldsQueue.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/HoldsQueue.pm +++ a/C4/HoldsQueue.pm @@ -493,7 +493,6 @@ sub MapItemsToHoldRequests { my $holding_branch_items = $items_by_branch{$branch} or next; - $holdingbranch ||= $branch; foreach my $item (@$holding_branch_items) { next if ( $item->{holdallowed} == 1 && $item->{homebranch} ne $request->{borrowerbranch} ); --