Slightly different info popup.

This commit is contained in:
James Cole
2021-10-30 10:48:16 +02:00
parent 7876030737
commit a16b6cb2b8

View File

@@ -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)