Correct date for sent recurring invoices
This commit is contained in:
parent
ae87bb0ac8
commit
b463f9e446
@ -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