diff --git a/app/Services/Client/Statement.php b/app/Services/Client/Statement.php index b96e4b51ff12..93f9b783768a 100644 --- a/app/Services/Client/Statement.php +++ b/app/Services/Client/Statement.php @@ -220,6 +220,7 @@ class Statement protected function getInvoices(): \Illuminate\Support\LazyCollection { return Invoice::withTrashed() + ->with('payments.type') ->where('is_deleted', false) ->where('company_id', $this->client->company_id) ->where('client_id', $this->client->id)