mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Renamed fiscal year start and end variable.
This commit is contained in:
@@ -183,8 +183,8 @@ class ReportHelper implements ReportHelperInterface
|
|||||||
|
|
||||||
if (!isset($months[$year])) {
|
if (!isset($months[$year])) {
|
||||||
$months[$year] = [
|
$months[$year] = [
|
||||||
'start-fiscal' => $fiscalHelper->startOfFiscalYear($start)->format('Y-m-d'),
|
'fiscal_start' => $fiscalHelper->startOfFiscalYear($start)->format('Y-m-d'),
|
||||||
'end-fiscal' => $fiscalHelper->endOfFiscalYear($start)->format('Y-m-d'),
|
'fiscal_end' => $fiscalHelper->endOfFiscalYear($start)->format('Y-m-d'),
|
||||||
'start' => Carbon::createFromDate($year, 1, 1)->format('Y-m-d'),
|
'start' => Carbon::createFromDate($year, 1, 1)->format('Y-m-d'),
|
||||||
'end' => Carbon::createFromDate($year, 12, 31)->format('Y-m-d'),
|
'end' => Carbon::createFromDate($year, 12, 31)->format('Y-m-d'),
|
||||||
'months' => [],
|
'months' => [],
|
||||||
|
Reference in New Issue
Block a user