Typo fix in budget helper and add debug info. #2451

This commit is contained in:
James Cole 2019-08-22 18:07:33 +02:00
parent fdb2abdf92
commit aea8603ca1

View File

@ -102,7 +102,7 @@ class BudgetReportHelper implements BudgetReportHelperInterface
'currency_code' => $currency->code,
'currency_name' => $currency->name,
'currency_symbol' => $currency->symbol,
'currency_decimal_places' => $currency\->decimal_places,
'currency_decimal_places' => $currency->decimal_places,
];
$entry['rows'][] = $row;