Merge pull request #2641 from dominikfrey/dominikfrey-patch-1
Show correct date for sent recurring invoices
This commit is contained in:
commit
d75cdef8ff
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user