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

(-)a/Koha/Edifact/Order.pm (-2 / +1 lines)
Lines 371-377 sub order_line { Link Here
371
            itemtype  => $biblioitem->itemtype,
371
            itemtype  => $biblioitem->itemtype,
372
            shelfmark => $biblioitem->cn_class,
372
            shelfmark => $biblioitem->cn_class,
373
        };
373
        };
374
        my $branch = $orderline->basketno->branch->branchcode;
374
        my $branch = $orderline->basketno->deliveryplace;
375
        if ($branch) {
375
        if ($branch) {
376
            $item_hash->{branch} = $branch;
376
            $item_hash->{branch} = $branch;
377
        }
377
        }
378
- 

Return to bug 7736