mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix earned by category view [skip ci]
This commit is contained in:
parent
6fed773cb8
commit
d3a6ccacf0
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user