mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes for check dta
This commit is contained in:
parent
17fe35be04
commit
5204c9518a
@ -365,7 +365,7 @@ class CheckData extends Command
|
|||||||
/* Due to accounting differences we need to perform a second loop here to ensure there actually is an issue */
|
/* Due to accounting differences we need to perform a second loop here to ensure there actually is an issue */
|
||||||
$clients->each(function ($client_record) use ($credit_total_applied) {
|
$clients->each(function ($client_record) use ($credit_total_applied) {
|
||||||
|
|
||||||
$client = Client::find($client_record->id);
|
$client = Client::withTrashed()->find($client_record->id);
|
||||||
|
|
||||||
$total_invoice_payments = 0;
|
$total_invoice_payments = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user