Commit c7452d9e authored by dpingle's avatar dpingle

* update component on [04/11/19]

EmpMthadIC.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211240 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dc40f57c
......@@ -252,7 +252,7 @@ public class EmpMthadIC extends ValidatorEJB implements EmpMthadLocal,EmpMthadRe
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