mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:14:28 -04:00
Fixes for missing payments
This commit is contained in:
parent
715e5022f0
commit
e56b14e8be
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user