This commit is contained in:
James Cole 2017-09-03 12:56:45 +02:00
parent 19e3a10a28
commit b002635d1b
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -107,7 +107,7 @@ class Search implements SearchInterface
do { do {
/** @var JournalCollectorInterface $collector */ /** @var JournalCollectorInterface $collector */
$collector = app(JournalCollectorInterface::class); $collector = app(JournalCollectorInterface::class);
$collector->setAllAssetAccounts()->setLimit($pageSize)->setPage($page); $collector->setAllAssetAccounts()->setLimit($pageSize)->setPage($page)->withOpposingAccount();
if ($this->hasModifiers()) { if ($this->hasModifiers()) {
$collector->withOpposingAccount()->withCategoryInformation()->withBudgetInformation(); $collector->withOpposingAccount()->withCategoryInformation()->withBudgetInformation();
} }