mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
Replace deprecated method.
This commit is contained in:
@@ -151,7 +151,7 @@ class ExpenseReportController extends Controller
|
||||
// get expenses grouped by opposing name:
|
||||
$expenses = $this->groupByName($this->getExpensesForOpposing($accounts, $all, $currentStart, $currentEnd));
|
||||
$income = $this->groupByName($this->getIncomeForOpposing($accounts, $all, $currentStart, $currentEnd));
|
||||
$label = $currentStart->formatLocalized($format);
|
||||
$label = $currentStart->isoFormat($format);
|
||||
|
||||
foreach ($combined as $name => $combination) {
|
||||
// first is always expense account:
|
||||
|
Reference in New Issue
Block a user