IDEMPIERE-3509 IDEMPIERE-3902 Pipo PackIn is broken

This commit is contained in:
Carlos Ruiz 2019-02-27 10:44:10 +01:00
parent 67dbc090f0
commit 6f47a4c0be
1 changed files with 4 additions and 0 deletions

View File

@ -275,6 +275,9 @@ public class MColumn extends X_AD_Column
}
}
/* IDEMPIERE-3509, IDEMPIERE-3902
* removing this validation
* it affects adversely PackIn process that can create the table later
if ( displayType == DisplayType.TableDir ||
(displayType == DisplayType.Search && getAD_Reference_Value_ID() <= 0))
{
@ -286,6 +289,7 @@ public class MColumn extends X_AD_Column
return false;
}
}
*/
if (displayType == DisplayType.Table && getAD_Reference_Value_ID() <= 0)
{