Bug 14297: (QA followup) Remove unnecessary line
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 3 Sep 2015 15:03:02 +0000 (11:03 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 25 Sep 2015 15:00:12 +0000 (12:00 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/HoldsQueue.pm

index bae6f82..08f6307 100755 (executable)
@@ -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} );