IDEMPIERE-4082 Cannot Restrict Master role in client / integrate patch suggested by Pritesh Shah
This commit is contained in:
parent
38c38b2ed1
commit
bed53f8623
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue