IDEMPIERE-4082 Cannot Restrict Master role in client / integrate patch suggested by Pritesh Shah

This commit is contained in:
Carlos Ruiz 2019-12-05 18:42:44 +01:00
parent 38c38b2ed1
commit bed53f8623
1 changed files with 1 additions and 1 deletions

View File

@ -2984,7 +2984,7 @@ public final class MRole extends X_AD_Role
}
else
{
if (override && b2 == true && b1 == false)
if (override)
{
map.put(key, b2);
}