From 28fc13962be4012a27b2f6ac64c60c91ce5cf899 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 20 Aug 2017 11:36:19 +0300 Subject: [PATCH] Update check data --- 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 6d3ec47ff70f..fba5d4a2b5be 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -76,7 +76,7 @@ class CheckData extends Command $this->checkDraftSentInvoices(); } - $this->checkInvoices(); + //$this->checkInvoices(); $this->checkBalances(); $this->checkContacts(); $this->checkUserAccounts();