From 3e7748944170e137185103f474ae53caab27d1bf Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 20 Oct 2015 16:35:18 +0100 Subject: [PATCH] Bug 8417: Fix test ModReceiveOrder now excepts a date formatted following the dateformat pref. If nothing is given, default is now. --- t/db_dependent/Acquisition/OrderFromSubscription.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/Acquisition/OrderFromSubscription.t b/t/db_dependent/Acquisition/OrderFromSubscription.t index 8a7290d..91691a7 100644 --- a/t/db_dependent/Acquisition/OrderFromSubscription.t +++ b/t/db_dependent/Acquisition/OrderFromSubscription.t @@ -94,7 +94,6 @@ my ( $datereceived, $new_ordernumber ) = ModReceiveOrder( ecost => $cost, rrp => $cost, budget_id => $budget_id, - datereceived => '02-01-2013', invoiceid => $invoiceid, } ); -- 2.1.0