Commit 4d65154e authored by dpawar's avatar dpawar

change period validation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95963 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0f00b2e5
...@@ -213,7 +213,7 @@ public class MiscVchEmpIC extends ValidatorEJB implements MiscVchEmpICLocal,Misc ...@@ -213,7 +213,7 @@ public class MiscVchEmpIC extends ValidatorEJB implements MiscVchEmpICLocal,Misc
tranDateL=simpleDateFormatObj.parse(tranDate); tranDateL=simpleDateFormatObj.parse(tranDate);
String code = checkNull(this.nfCheckPeriod("FIN", tranDateL, siteCode)); String code = checkNull(this.nfCheckPeriod("FIN", tranDateL, siteCode));
System.out.println("Period check111--->>["+code+"]"); System.out.println("Period check111--->>["+code+"]");
if(errCode.length() > 0){ if(code.length() > 0){
errCode = code; errCode = code;
errList.add( errCode ); errList.add( errCode );
errFields.add( childNodeName.toLowerCase() ); errFields.add( childNodeName.toLowerCase() );
......
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