From 82c7f12856e349c83d6d958c933e37ae793dadc7 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 --- C4/Acquisition.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index dff5e03..e682078 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} ), -- 1.7.10.4