diff --git a/app/Jobs/Entity/CreateEntityPdf.php b/app/Jobs/Entity/CreateEntityPdf.php index e559f2a904c3..fe25cd410332 100644 --- a/app/Jobs/Entity/CreateEntityPdf.php +++ b/app/Jobs/Entity/CreateEntityPdf.php @@ -216,7 +216,7 @@ class CreateEntityPdf implements ShouldQueue (new CreateEInvoice($this->entity, true))->handle(); } $this->invitation = null; - $this->entity = null; + // $this->entity = null; $this->company = null; $this->client = null; $this->contact = null;