mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fixes #809
This commit is contained in:
		| @@ -107,7 +107,7 @@ class Search implements SearchInterface | ||||
|         do { | ||||
|             /** @var JournalCollectorInterface $collector */ | ||||
|             $collector = app(JournalCollectorInterface::class); | ||||
|             $collector->setAllAssetAccounts()->setLimit($pageSize)->setPage($page); | ||||
|             $collector->setAllAssetAccounts()->setLimit($pageSize)->setPage($page)->withOpposingAccount(); | ||||
|             if ($this->hasModifiers()) { | ||||
|                 $collector->withOpposingAccount()->withCategoryInformation()->withBudgetInformation(); | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user