From 091ad58bb37318f983146e0c21ee004f4852f66b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 21 Feb 2022 08:35:03 +1100 Subject: [PATCH] Format due date in client portal --- resources/views/portal/ninja2020/invoices/payment.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/portal/ninja2020/invoices/payment.blade.php b/resources/views/portal/ninja2020/invoices/payment.blade.php index a3969763b6e5..b45fd4435575 100644 --- a/resources/views/portal/ninja2020/invoices/payment.blade.php +++ b/resources/views/portal/ninja2020/invoices/payment.blade.php @@ -78,7 +78,7 @@ {{ ctrans('texts.due_date') }}
- {{ $invoice->due_date }} + {{ $invoice->translateDate($invoice->due_date, $invoice->client->date_format(), $invoice->client->locale()) }}
@endif