Include shared accounts.

This commit is contained in:
James Cole 2015-03-10 20:07:02 +01:00
parent a7ed025cd6
commit e69545fd95

View File

@ -322,7 +322,7 @@ class ReportController extends Controller
/**
* Start getAccountsForMonth
*/
$list = $query->accountList();
$list = $query->accountList($showSharedReports);
$accounts = [];
/** @var Account $account */
foreach ($list as $account) {