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