From 8b42d6f888699a71523431319f815ad4e1e938b5 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 3 Sep 2015 11:03:02 -0400 Subject: [PATCH] Bug 14297 [QA Followup] - Remove unnecessary line Signed-off-by: Jonathan Druart --- C4/HoldsQueue.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/HoldsQueue.pm b/C4/HoldsQueue.pm index 543b865..0980c52 100755 --- a/C4/HoldsQueue.pm +++ b/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} ); -- 2.1.0