fixes for check data
This commit is contained in:
parent
4318423a05
commit
4140051877
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ class CheckData extends Command
|
|||
|
||||
if ($ledger && (string) $invoice_balance != (string) $client->balance) {
|
||||
$wrong_paid_to_dates++;
|
||||
$this->logMessage($client->present()->name.' - '.$client->id." - client paid to dates do not match {$invoice_balance} - ".rtrim($client->balance, '0'));
|
||||
$this->logMessage($client->present()->name.' - '.$client->id." - calculated client balances do not match {$invoice_balance} - ".rtrim($client->balance, '0'));
|
||||
|
||||
$this->isValid = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue