mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Typo fix in budget helper and add debug info. #2451
This commit is contained in:
@@ -102,7 +102,7 @@ class BudgetReportHelper implements BudgetReportHelperInterface
|
|||||||
'currency_code' => $currency->code,
|
'currency_code' => $currency->code,
|
||||||
'currency_name' => $currency->name,
|
'currency_name' => $currency->name,
|
||||||
'currency_symbol' => $currency->symbol,
|
'currency_symbol' => $currency->symbol,
|
||||||
'currency_decimal_places' => $currency\->decimal_places,
|
'currency_decimal_places' => $currency->decimal_places,
|
||||||
];
|
];
|
||||||
|
|
||||||
$entry['rows'][] = $row;
|
$entry['rows'][] = $row;
|
||||||
|
|||||||
Reference in New Issue
Block a user