diff --git a/app/Services/Client/Statement.php b/app/Services/Client/Statement.php index ded85ac4b47f..556baf76f84f 100644 --- a/app/Services/Client/Statement.php +++ b/app/Services/Client/Statement.php @@ -100,13 +100,13 @@ class Statement ], \App\Services\PdfMaker\Design::STATEMENT), 'variables' => $variables, 'options' => [ - 'client' => $this->client, - 'entity' => $this->entity, - 'variables' => $variables, - 'invoices' => $this->getInvoices()->cursor(), - 'payments' => $this->getPayments()->cursor(), - 'credits' => $this->getCredits()->cursor(), - 'aging' => $this->getAging(), + // 'client' => $this->client, + // 'entity' => $this->entity, + // 'variables' => $variables, + // 'invoices' => $this->getInvoices()->cursor(), + // 'payments' => $this->getPayments()->cursor(), + // 'credits' => $this->getCredits()->cursor(), + // 'aging' => $this->getAging(), ], 'process_markdown' => $this->entity->client->company->markdown_enabled, ];