mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixed the chart. Forgot an argument.
This commit is contained in:
parent
0bde72d3df
commit
968ec0853f
@ -148,7 +148,7 @@ class CategoryController extends Controller
|
||||
while ($start <= $end) {
|
||||
$spent = $repository->spentOnDaySumCorrected($category, $start);
|
||||
|
||||
$entries->push([clone $start, $spent]);
|
||||
$entries->push([clone $start, $spent, 0]);
|
||||
$start->addDay();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user