From 54cf0a8aaff2a3484b38ae605124f701072ef802 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 Signed-off-by: Tomas Cohen Arazi --- C4/HoldsQueue.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/HoldsQueue.pm b/C4/HoldsQueue.pm index bae6f82d27..08f6307a10 100755 --- a/C4/HoldsQueue.pm +++ b/C4/HoldsQueue.pm @@ -492,7 +492,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.39.5