Merge pull request #2641 from dominikfrey/dominikfrey-patch-1

Show correct date for sent recurring invoices
This commit is contained in:
Cüneyt Şentürk
2022-10-11 08:50:32 +03:00
committed by GitHub

View File

@ -14,7 +14,7 @@
@endphp
<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>
@endforeach
@else