support multiple teamleads in each team (#2702)
* fix jumping avatars * fix line-break after color dot for long names
This commit is contained in:
@@ -127,7 +127,7 @@ class InvoiceRepository extends EntityRepository
|
||||
}
|
||||
|
||||
if (null !== $user) {
|
||||
$teams = array_merge($teams, $user->getTeams()->toArray());
|
||||
$teams = array_merge($teams, $user->getTeams());
|
||||
}
|
||||
|
||||
$qb->leftJoin('i.customer', 'c');
|
||||
|
||||
Reference in New Issue
Block a user