View | Details | Raw Unified | Return to bug 5356
Collapse All | Expand All

(-)a/C4/Acquisition.pm (-2 / +1 lines)
Lines 338-344 sub GetBasketGroupAsCSV { Link Here
338
                booksellerpostal => $bookseller->{postal},
338
                booksellerpostal => $bookseller->{postal},
339
                contractnumber => $contract->{contractnumber},
339
                contractnumber => $contract->{contractnumber},
340
                contractname => $contract->{contractname},
340
                contractname => $contract->{contractname},
341
                basketgroupdeliveryplace => C4::Branch::GetBranchName( $basketgroup->{deliveryplace} ) || C4::Branch::GetBranchName( $basketgroup->{freedeliveryplace} ),
341
                basketgroupdeliveryplace => C4::Branch::GetBranchName( $basketgroup->{deliveryplace} ),
342
                basketgroupbillingplace => C4::Branch::GetBranchName( $basketgroup->{billingplace} ),
342
                basketgroupbillingplace => C4::Branch::GetBranchName( $basketgroup->{billingplace} ),
343
                basketdeliveryplace => C4::Branch::GetBranchName( $basket->{deliveryplace} ),
343
                basketdeliveryplace => C4::Branch::GetBranchName( $basket->{deliveryplace} ),
344
                basketbillingplace => C4::Branch::GetBranchName( $basket->{billingplace} ),
344
                basketbillingplace => C4::Branch::GetBranchName( $basket->{billingplace} ),
345
- 

Return to bug 5356