mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Fixes for #109.
This commit is contained in:
@@ -69,7 +69,6 @@ class CategoryController extends Controller
|
||||
$earned = $repository->earnedInPeriod($category, $start, $currentEnd);
|
||||
$entries->push([clone $start, $spent, $earned]);
|
||||
$start = Navigation::addPeriod($start, $range, 0);
|
||||
|
||||
}
|
||||
|
||||
$data = $this->generator->all($entries);
|
||||
|
Reference in New Issue
Block a user