mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
New stuff for categories and transactions.
This commit is contained in:
@@ -317,7 +317,7 @@ class ReportController extends Controller
|
||||
$budgets = $this->budgetHelper->getBudgetsWithExpenses($start, $end, $accounts);
|
||||
|
||||
// find the categories we've spent money on this period with these accounts:
|
||||
$categories = $this->helper->getCategoriesWithExpenses($start, $end, $accounts);
|
||||
$categories = $this->helper->getCategoriesWithTransactions($start, $end, $accounts);
|
||||
|
||||
Session::flash('gaEventCategory', 'report');
|
||||
Session::flash('gaEventAction', 'year');
|
||||
|
Reference in New Issue
Block a user