mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
First attempt at account specific bill report.
This commit is contained in:
@@ -247,7 +247,7 @@ class ReportController extends Controller
|
||||
$budgets = $this->helper->getBudgetReportForList($start, $end, $list);
|
||||
$categories = $this->helper->getCategoryReportForList($start, $end, $list);
|
||||
$balance = $this->helper->getBalanceReportForList($start, $end, $list);
|
||||
// $bills = $this->helper->getBillReportForList($start, $end);
|
||||
$bills = $this->helper->getBillReportForList($start, $end, $list);
|
||||
|
||||
// continue!
|
||||
return view(
|
||||
|
Reference in New Issue
Block a user