Correct date for sent recurring invoices

This commit is contained in:
Dominik Frey 2022-09-26 18:31:53 +02:00 committed by GitHub
parent ae87bb0ac8
commit b463f9e446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
@endphp @endphp
<div class="my-2"> <div class="my-2">
{!! trans('recurring.child', ['url' => $url, 'date' => company_date($child->due_at)]) !!} {!! trans('recurring.child', ['url' => $url, 'date' => company_date($child->created_at)]) !!}
</div> </div>
@endforeach @endforeach
@else @else