mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 07:54:30 -04:00
Show task documents on invoices
This commit is contained in:
parent
c0ef536ae9
commit
2f4cc673d5
@ -63,7 +63,7 @@
|
|||||||
@endforeach
|
@endforeach
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if($entity->task && $entity->task->invoice_documents)
|
@if($entity->task && $entity->company->invoice_task_documents)
|
||||||
@foreach ($entity->task->documents as $document)
|
@foreach ($entity->task->documents as $document)
|
||||||
<div class="inline-flex items-center space-x-1">
|
<div class="inline-flex items-center space-x-1">
|
||||||
<a href="{{ route('client.documents.show', $document->hashed_id) }}" target="_blank"
|
<a href="{{ route('client.documents.show', $document->hashed_id) }}" target="_blank"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user