mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
Include shared accounts.
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user