From 45f0dc53e2b842409744fc319a14e1a7faac0ae7 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 8 Jan 2018 10:08:47 +0200 Subject: [PATCH] Disable phantomjs check --- app/Console/Commands/CheckData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index 9520dce7e0b6..28f994a86e08 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -80,7 +80,7 @@ class CheckData extends Command $this->checkDraftSentInvoices(); } - $this->checkInvoices(); + //$this->checkInvoices(); $this->checkInvoiceBalances(); $this->checkClientBalances(); $this->checkContacts();