mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Fix earned by category view [skip ci]
This commit is contained in:
@@ -132,7 +132,7 @@ class ExpenseController extends Controller
|
||||
}
|
||||
// now find spent / earned:
|
||||
$spent = $this->spentByCategory($accounts, $all, $start, $end);
|
||||
$earned = $this->earnedByCategory($accounts, $combi, $start, $end);
|
||||
$earned = $this->earnedByCategory($accounts, $all, $start, $end);
|
||||
|
||||
// join arrays somehow:
|
||||
$together = [];
|
||||
|
Reference in New Issue
Block a user