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

(-)a/acqui/lateorders-export.pl (-2 / +1 lines)
Lines 44-50 unless ( $csv_profile_id ) { Link Here
44
        push @orders, {
44
        push @orders, {
45
                orderdate => $order->{orderdate},
45
                orderdate => $order->{orderdate},
46
                latesince => $order->{latesince},
46
                latesince => $order->{latesince},
47
                estimateddeliverydate => $order->{estimated_delivery_date} ? $order->{estimated_delivery_date} : $order->{calculateddeliverydate},
47
                estimateddeliverydate => $order->{estimated_delivery_date} || $order->{calculateddeliverydate},
48
                supplier => $order->{supplier},
48
                supplier => $order->{supplier},
49
                supplierid => $order->{supplierid},
49
                supplierid => $order->{supplierid},
50
                title => $order->{title},
50
                title => $order->{title},
51
- 

Return to bug 15348