mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Add more stuff to ajax controllers, making report controller simpler.
This commit is contained in:
@@ -227,7 +227,6 @@ class ReportController extends Controller
|
||||
{
|
||||
// get report stuff!
|
||||
$budgets = $this->budgetHelper->getBudgetReport($start, $end, $accounts);
|
||||
$categories = $this->helper->getCategoryReport($start, $end, $accounts);
|
||||
$balance = $this->balanceHelper->getBalanceReport($start, $end, $accounts);
|
||||
$bills = $this->helper->getBillReport($start, $end, $accounts);
|
||||
$tags = $this->helper->tagReport($start, $end, $accounts);
|
||||
@@ -243,7 +242,6 @@ class ReportController extends Controller
|
||||
'tags',
|
||||
'incomes',
|
||||
'budgets', 'balance',
|
||||
'categories',
|
||||
'bills',
|
||||
'accountIds', 'reportType'
|
||||
)
|
||||
|
Reference in New Issue
Block a user