From 51954500d432064500c35254115a580253364da4 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 --- C4/HoldsQueue.pm | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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} ); -- 1.7.2.5