Adjust check data order
This commit is contained in:
parent
54a9e63851
commit
fef994b99e
1 changed files with 2 additions and 1 deletions
|
|
@ -75,6 +75,8 @@ class CheckData extends Command
|
|||
config(['database.default' => $database]);
|
||||
}
|
||||
|
||||
$this->checkContacts();
|
||||
|
||||
if (! $this->option('client_id')) {
|
||||
$this->checkBlankInvoiceHistory();
|
||||
$this->checkPaidToDate();
|
||||
|
|
@ -84,7 +86,6 @@ class CheckData extends Command
|
|||
//$this->checkInvoices();
|
||||
$this->checkInvoiceBalances();
|
||||
$this->checkClientBalances();
|
||||
$this->checkContacts();
|
||||
$this->checkUserAccounts();
|
||||
//$this->checkLogoFiles();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue