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();