From 7d323a60e20880590c3cb0a96eb3c07a67f0cdf7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 21 Sep 2012 10:30:34 +0200 Subject: [PATCH] Bug 5356: Followup: remove useless code Signed-off-by: Paul Poulain --- C4/Acquisition.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 42b52ba625..7d67e6f081 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -338,7 +338,7 @@ sub GetBasketGroupAsCSV { booksellerpostal => $bookseller->{postal}, contractnumber => $contract->{contractnumber}, contractname => $contract->{contractname}, - basketgroupdeliveryplace => C4::Branch::GetBranchName( $basketgroup->{deliveryplace} ) || C4::Branch::GetBranchName( $basketgroup->{freedeliveryplace} ), + basketgroupdeliveryplace => C4::Branch::GetBranchName( $basketgroup->{deliveryplace} ), basketgroupbillingplace => C4::Branch::GetBranchName( $basketgroup->{billingplace} ), basketdeliveryplace => C4::Branch::GetBranchName( $basket->{deliveryplace} ), basketbillingplace => C4::Branch::GetBranchName( $basket->{billingplace} ), -- 2.20.1