IDEMPIERE-1167 List of clients is not ordered on role panel / sort also list on Change Role
This commit is contained in:
parent
4d276dda99
commit
241f515480
|
@ -1567,7 +1567,7 @@ public class Login
|
||||||
.append(" WHERE ur.IsActive='Y'")
|
.append(" WHERE ur.IsActive='Y'")
|
||||||
.append(" AND cli.IsActive='Y'")
|
.append(" AND cli.IsActive='Y'")
|
||||||
.append(" AND u.IsActive='Y'")
|
.append(" AND u.IsActive='Y'")
|
||||||
.append(" AND u.AD_User_ID=?");
|
.append(" AND u.AD_User_ID=? ORDER BY cli.Name");
|
||||||
PreparedStatement pstmt = null;
|
PreparedStatement pstmt = null;
|
||||||
ResultSet rs = null;
|
ResultSet rs = null;
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue