This commit is contained in:
Benjamin Beganović 2021-03-30 14:44:33 +02:00
parent 1d48f55354
commit eb0aed513f

View File

@ -367,7 +367,7 @@ trait MakesInvoiceValues
$replacements = [ $replacements = [
'literal' => [ 'literal' => [
':MONTH' => now()->localeMonth, ':MONTH' => Carbon::createFromDate(now()->year, now()->month)->translatedFormat('F'),
':YEAR' => now()->year, ':YEAR' => now()->year,
':QUARTER' => 'Q' . now()->quarter, ':QUARTER' => 'Q' . now()->quarter,
], ],