1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Disable phantomjs check

This commit is contained in:
Hillel Coren 2018-01-08 10:08:47 +02:00
parent 004e4766d6
commit 45f0dc53e2

View File

@ -80,7 +80,7 @@ class CheckData extends Command
$this->checkDraftSentInvoices();
}
$this->checkInvoices();
//$this->checkInvoices();
$this->checkInvoiceBalances();
$this->checkClientBalances();
$this->checkContacts();