Removed method that was already there under another name.

This commit is contained in:
James Cole
2016-10-09 10:57:06 +02:00
parent 39ea9e85a7
commit a8a014189d
3 changed files with 13 additions and 45 deletions

View File

@@ -226,7 +226,7 @@ class AccountController extends Controller
// grouped other months thing:
// oldest transaction in account:
$start = $repository->firstUseDate($account);
$start = $repository->oldestJournalDate($account);
$range = Preferences::get('viewRange', '1M')->data;
$start = Navigation::startOfPeriod($start, $range);
$end = Navigation::endOfX(new Carbon, $range);