IDEMPIERE-1167 List of clients is not ordered on role panel / sort also list on Change Role

This commit is contained in:
Carlos Ruiz 2013-07-23 19:08:58 -05:00
parent 4d276dda99
commit 241f515480
1 changed files with 1 additions and 1 deletions

View File

@ -1567,7 +1567,7 @@ public class Login
.append(" WHERE ur.IsActive='Y'")
.append(" AND cli.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;
ResultSet rs = null;
try {