mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Fixes for transactions.
This commit is contained in:
@@ -162,7 +162,6 @@ class CategoryController extends Controller
|
||||
// list of ranges for list of periods:
|
||||
|
||||
// oldest transaction in category:
|
||||
//$start = $repository->getFirstActivityDate($category);
|
||||
$start = $repository->firstUseDate($category, new Collection);
|
||||
$range = Preferences::get('viewRange', '1M')->data;
|
||||
$start = Navigation::startOfPeriod($start, $range);
|
||||
|
||||
Reference in New Issue
Block a user