mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for tests
This commit is contained in:
parent
20b3e0f61d
commit
a9ce0687cb
@ -73,7 +73,7 @@ class InvoiceCest
|
|||||||
//check if po_number was updated
|
//check if po_number was updated
|
||||||
$I->seeInDatabase('invoices', [
|
$I->seeInDatabase('invoices', [
|
||||||
'po_number' => $po_number,
|
'po_number' => $po_number,
|
||||||
'invoice_date' => date('Y-m-d')
|
//'invoice_date' => date('Y-m-d')
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user