Merge pull request #5287 from beganovich/v5-3003-locale-fixes-for-literal
(v5) Show "literal" months using locale on PDFs
This commit is contained in:
commit
1e618dcbad
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue