@@ -, +, @@ --- Koha/Edifact/Order.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Edifact/Order.pm +++ a/Koha/Edifact/Order.pm @@ -371,7 +371,7 @@ sub order_line { itemtype => $biblioitem->itemtype, shelfmark => $biblioitem->cn_class, }; - my $branch = $orderline->basketno->branch->branchcode; + my $branch = $orderline->basketno->deliveryplace; if ($branch) { $item_hash->{branch} = $branch; } --