diff --git a/app/Services/Template/TemplateAction.php b/app/Services/Template/TemplateAction.php index 0a3c6a5f0081..bc4188d3b1c7 100644 --- a/app/Services/Template/TemplateAction.php +++ b/app/Services/Template/TemplateAction.php @@ -87,7 +87,7 @@ class TemplateAction implements ShouldQueue ->where('company_id', $this->company->id); if($this->entity == Invoice::class) - $resource->with('payments'); + $resource->with('payments','client'); $resource->get();