mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Some enhancements to export.
This commit is contained in:
@@ -54,7 +54,7 @@ class ReportController extends Controller
|
||||
public function index(ARI $repository)
|
||||
{
|
||||
/** @var Carbon $start */
|
||||
$start = session('first');
|
||||
$start = clone session('first');
|
||||
$months = $this->helper->listOfMonths($start);
|
||||
$customFiscalYear = Preferences::get('customFiscalYear', 0)->data;
|
||||
|
||||
|
Reference in New Issue
Block a user