The Order and Included Columns should be to fill mandatory
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2826384&group_id=176962 The current functionality allow the Include Column is not mandatory kind regards Victor Perez www.e-evolution.com
This commit is contained in:
parent
95e09aee8b
commit
a82e8187e6
|
@ -177,11 +177,6 @@ public class MTab extends X_AD_Tab
|
||||||
{
|
{
|
||||||
throw new FillMandatoryException("AD_ColumnSortOrder_ID");
|
throw new FillMandatoryException("AD_ColumnSortOrder_ID");
|
||||||
}
|
}
|
||||||
if(getAD_ColumnSortYesNo_ID() == 0)
|
|
||||||
{
|
|
||||||
throw new FillMandatoryException("AD_ColumnSortYesNo_ID");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue