mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 19:42:02 +00:00
Expanded account view.
This commit is contained in:
@@ -10,7 +10,7 @@ use FireflyIII\Models\Account;
|
||||
use Illuminate\Database\Query\JoinClause;
|
||||
use Steam;
|
||||
use View;
|
||||
|
||||
use Session;
|
||||
/**
|
||||
* Class ReportController
|
||||
*
|
||||
@@ -115,7 +115,7 @@ class ReportController extends Controller
|
||||
*/
|
||||
public function index(ReportHelperInterface $helper)
|
||||
{
|
||||
$start = $helper->firstDate();
|
||||
$start = Session::get('first');
|
||||
$months = $helper->listOfMonths($start);
|
||||
$years = $helper->listOfYears($start);
|
||||
$title = 'Reports';
|
||||
|
Reference in New Issue
Block a user