mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Adjust check data order
This commit is contained in:
parent
54a9e63851
commit
fef994b99e
@ -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…
Reference in New Issue
Block a user