Commit 73c3eac5 authored by dpingle's avatar dpingle

* update component on [04/11/19]

GradeAdIC.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211241 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c7452d9e
......@@ -206,7 +206,7 @@ public class GradeAdIC extends ValidatorEJB implements GradeAdLocal,GradeAdRemot
expDateStr = checkNull(genericUtility.getColumnValue("exp_date", dom));
if(expDateStr == null || expDateStr.trim().length() == 0)
{
errList.add("VTDATE11");
errList.add("VTDATE19");
errFields.add(childNodeName.toLowerCase());
}
if(effDateStr != null && expDateStr != null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment