IDEMPIERE-1996 InventoryLine inherits bad default
This commit is contained in:
parent
c7e4d2cbeb
commit
4c92c76c46
|
@ -998,7 +998,8 @@ public class Login
|
||||||
{
|
{
|
||||||
if (TableName.startsWith("AD_Window")
|
if (TableName.startsWith("AD_Window")
|
||||||
|| TableName.startsWith("AD_PrintFormat")
|
|| TableName.startsWith("AD_PrintFormat")
|
||||||
|| TableName.startsWith("AD_Workflow") )
|
|| TableName.startsWith("AD_Workflow")
|
||||||
|
|| TableName.startsWith("M_Locator") )
|
||||||
return;
|
return;
|
||||||
String value = null;
|
String value = null;
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue