Some enhancements to export.

This commit is contained in:
James Cole
2016-02-07 09:11:46 +01:00
parent e478238d77
commit 9a1710eb27
6 changed files with 65 additions and 19 deletions

View File

@@ -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;