mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:04:30 -04:00
Improve queries for client statements
This commit is contained in:
parent
7515d0e689
commit
444b3f2375
@ -220,6 +220,7 @@ class Statement
|
|||||||
protected function getInvoices(): \Illuminate\Support\LazyCollection
|
protected function getInvoices(): \Illuminate\Support\LazyCollection
|
||||||
{
|
{
|
||||||
return Invoice::withTrashed()
|
return Invoice::withTrashed()
|
||||||
|
->with('payments.type')
|
||||||
->where('is_deleted', false)
|
->where('is_deleted', false)
|
||||||
->where('company_id', $this->client->company_id)
|
->where('company_id', $this->client->company_id)
|
||||||
->where('client_id', $this->client->id)
|
->where('client_id', $this->client->id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user