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

(-)a/t/db_dependent/Acquisition/OrderFromSubscription.t (-2 lines)
Lines 94-100 my ( $datereceived, $new_ordernumber ) = ModReceiveOrder( Link Here
94
        ecost            => $cost,
94
        ecost            => $cost,
95
        rrp              => $cost,
95
        rrp              => $cost,
96
        budget_id        => $budget_id,
96
        budget_id        => $budget_id,
97
        datereceived     => '02-01-2013',
98
        invoiceid        => $invoiceid,
97
        invoiceid        => $invoiceid,
99
    }
98
    }
100
);
99
);
101
- 

Return to bug 8417