mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Include shared accounts.
This commit is contained in:
parent
a7ed025cd6
commit
e69545fd95
@ -322,7 +322,7 @@ class ReportController extends Controller
|
|||||||
/**
|
/**
|
||||||
* Start getAccountsForMonth
|
* Start getAccountsForMonth
|
||||||
*/
|
*/
|
||||||
$list = $query->accountList();
|
$list = $query->accountList($showSharedReports);
|
||||||
$accounts = [];
|
$accounts = [];
|
||||||
/** @var Account $account */
|
/** @var Account $account */
|
||||||
foreach ($list as $account) {
|
foreach ($list as $account) {
|
||||||
|
Loading…
Reference in New Issue
Block a user