Fixes for date display

This commit is contained in:
David Bomba 2021-10-08 07:46:48 +11:00
parent f2d3388cbd
commit d63cc9ac0f

View File

@ -67,7 +67,7 @@
{{ ctrans('texts.invoice_date') }} {{ ctrans('texts.invoice_date') }}
</dt> </dt>
<dd class="mt-1 text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2"> <dd class="mt-1 text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2">
{{ $invoice->date }} {{ $invoice->formatDate($invoice->date, $invoice->client->date_format()) }}
</dd> </dd>
@endif @endif
</div> </div>