Bug 8417: Fix test
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 20 Oct 2015 15:35:18 +0000 (16:35 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 21 Oct 2015 11:46:20 +0000 (08:46 -0300)
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>
t/db_dependent/Acquisition/OrderFromSubscription.t

index 8a7290d..91691a7 100644 (file)
@@ -94,7 +94,6 @@ my ( $datereceived, $new_ordernumber ) = ModReceiveOrder(
         ecost            => $cost,
         rrp              => $cost,
         budget_id        => $budget_id,
-        datereceived     => '02-01-2013',
         invoiceid        => $invoiceid,
     }
 );