mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 03:43:07 +00:00
Slightly different info popup.
This commit is contained in:
@@ -209,7 +209,8 @@ class PopupReport implements PopupReportInterface
|
||||
$collector = app(GroupCollectorInterface::class);
|
||||
|
||||
// set report accounts + the request accounts:
|
||||
$set = $attributes['accounts'] ?? new Collection;
|
||||
//$set = $attributes['accounts'] ?? new Collection;
|
||||
$set = new Collection;
|
||||
$set->push($account);
|
||||
|
||||
$collector->setBothAccounts($set)
|
||||
|
Reference in New Issue
Block a user