From c8666efafd1cf7eff88ee04f1fd7e1139560574e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 22 Mar 2021 11:06:42 +0100 Subject: [PATCH] wip --- resources/views/portal/ninja2020/invoices/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/portal/ninja2020/invoices/show.blade.php b/resources/views/portal/ninja2020/invoices/show.blade.php index b1744051b1c4..f0d4c68451bc 100644 --- a/resources/views/portal/ninja2020/invoices/show.blade.php +++ b/resources/views/portal/ninja2020/invoices/show.blade.php @@ -62,7 +62,7 @@

{{ ctrans('texts.invoice_number_placeholder', ['invoice' => $invoice->number])}} - - {{ ctrans('texts.paid') }} + - {{ \App\Models\Invoice::stringStatus($invoice->status_id) }}