mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Enable bill report.
This commit is contained in:
parent
59731878f6
commit
94810e371a
@ -131,9 +131,7 @@ class ReportController extends Controller
|
|||||||
$budgets = $this->helper->getBudgetReport($start, $end, $accounts); // done (+5)
|
$budgets = $this->helper->getBudgetReport($start, $end, $accounts); // done (+5)
|
||||||
$categories = $this->helper->getCategoryReport($start, $end, $accounts); // done (+1) (20)
|
$categories = $this->helper->getCategoryReport($start, $end, $accounts); // done (+1) (20)
|
||||||
$balance = $this->helper->getBalanceReport($start, $end, $accounts); // +566
|
$balance = $this->helper->getBalanceReport($start, $end, $accounts); // +566
|
||||||
// $bills = $this->helper->getBillReport($start, $end, $accounts);
|
$bills = $this->helper->getBillReport($start, $end, $accounts);
|
||||||
|
|
||||||
$bills = [];
|
|
||||||
|
|
||||||
// and some id's, joined:
|
// and some id's, joined:
|
||||||
$accountIds = join(',', $accounts->pluck('id')->toArray());
|
$accountIds = join(',', $accounts->pluck('id')->toArray());
|
||||||
|
Loading…
Reference in New Issue
Block a user