Bug 8417: Fix test

ModReceiveOrder now excepts a date formatted following the dateformat
pref.
If nothing is given, default is now.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2015-10-20 16:35:18 +01:00 committed by Tomas Cohen Arazi
parent 9a5b6528fd
commit fc395b5f8c

View file

@ -94,7 +94,6 @@ my ( $datereceived, $new_ordernumber ) = ModReceiveOrder(
ecost => $cost,
rrp => $cost,
budget_id => $budget_id,
datereceived => '02-01-2013',
invoiceid => $invoiceid,
}
);