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