Skip to content

Commit

Permalink
[BF] - fix issue : last logins -> login history -> view -> generate 4…
Browse files Browse the repository at this point in the history
…04 (#603)
  • Loading branch information
yannrobin authored and barryo committed Jan 22, 2020
1 parent c64d5d6 commit fa09668
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion database/Repositories/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ public function getLastLoginsForFeList( $feParams )
u.email AS email,
c.name AS cust_name,
c.id AS cust_id,
c2u.id AS id
c2u.id AS c2u_id,
u.id AS id
FROM Entities\\CustomerToUser c2u
JOIN c2u.user u
JOIN c2u.customer c";
Expand Down

0 comments on commit fa09668

Please sign in to comment.