IDEMPIERE-716 #resolve can't use new role when "User Level" of the role is "system"

This commit is contained in:
Carlos Ruiz 2013-03-11 09:40:29 -05:00
parent 7a5fd10add
commit ed47ed7118
1 changed files with 0 additions and 3 deletions

View File

@ -842,9 +842,6 @@ public class Login
String retValue = "";
int AD_Client_ID = Env.getContextAsInt(m_ctx, "#AD_Client_ID");
int AD_Org_ID = org.getKey();
@SuppressWarnings("unused")
int AD_User_ID = Env.getContextAsInt(m_ctx, "#AD_User_ID");
int AD_Role_ID = Env.getContextAsInt(m_ctx, "#AD_Role_ID");
// Other Settings
Env.setContext(m_ctx, "#YYYY", "Y");