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:
parent
9a5b6528fd
commit
fc395b5f8c
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ my ( $datereceived, $new_ordernumber ) = ModReceiveOrder(
|
|||
ecost => $cost,
|
||||
rrp => $cost,
|
||||
budget_id => $budget_id,
|
||||
datereceived => '02-01-2013',
|
||||
invoiceid => $invoiceid,
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue