Commit 46e0f0db authored by ssalve's avatar ssalve

Sarita: Done changes for exp_date error message for validation detail2 on 27MARCH2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182695 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cdae83eb
...@@ -755,7 +755,8 @@ public class AsnIC extends ValidatorEJB implements AsnICRemote,AsnICLocal ...@@ -755,7 +755,8 @@ public class AsnIC extends ValidatorEJB implements AsnICRemote,AsnICLocal
{ {
if(expDate == null || expDate.trim().length() == 0) if(expDate == null || expDate.trim().length() == 0)
{ {
errList.add( "NULLEXPDT" ); //errList.add( "NULLEXPDT" ); changes by sarita on 27MAR2018
errList.add( "NULLDTEXP" );
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