mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
wip
This commit is contained in:
parent
1d48f55354
commit
eb0aed513f
@ -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…
x
Reference in New Issue
Block a user