Show task documents on invoices
This commit is contained in:
parent
c0ef536ae9
commit
2f4cc673d5
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
@endforeach
|
||||
@endif
|
||||
|
||||
@if($entity->task && $entity->task->invoice_documents)
|
||||
@if($entity->task && $entity->company->invoice_task_documents)
|
||||
@foreach ($entity->task->documents as $document)
|
||||
<div class="inline-flex items-center space-x-1">
|
||||
<a href="{{ route('client.documents.show', $document->hashed_id) }}" target="_blank"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue