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:
vpj-cd 2009-07-24 08:22:59 +00:00
parent 95e09aee8b
commit a82e8187e6
1 changed files with 1 additions and 6 deletions

View File

@ -177,11 +177,6 @@ public class MTab extends X_AD_Tab
{
throw new FillMandatoryException("AD_ColumnSortOrder_ID");
}
if(getAD_ColumnSortYesNo_ID() == 0)
{
throw new FillMandatoryException("AD_ColumnSortYesNo_ID");
}
}
return true;
}