From eb0aed513fb9e70d6b42125557e62e1e23826af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 30 Mar 2021 14:44:33 +0200 Subject: [PATCH] wip --- app/Utils/Traits/MakesInvoiceValues.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Utils/Traits/MakesInvoiceValues.php b/app/Utils/Traits/MakesInvoiceValues.php index 9b55df093458..610e89f79f09 100644 --- a/app/Utils/Traits/MakesInvoiceValues.php +++ b/app/Utils/Traits/MakesInvoiceValues.php @@ -367,7 +367,7 @@ trait MakesInvoiceValues $replacements = [ 'literal' => [ - ':MONTH' => now()->localeMonth, + ':MONTH' => Carbon::createFromDate(now()->year, now()->month)->translatedFormat('F'), ':YEAR' => now()->year, ':QUARTER' => 'Q' . now()->quarter, ],