Commit e619b605 authored by pchavan's avatar pchavan

PriyankaC: Change Validation condition.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177695 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fb8f17c9
......@@ -359,7 +359,8 @@ public class IndentReqIC extends ValidatorEJB implements IndentICLocal, IndentIC
rs = null;
}
if(mdate1.length() == 0)
//if(mdate1.length() == 0)
if(mdate1.length() > 0) // Changed By PriyankaC on 05JAN18.
{
errCode = "VMEMP2";
errList.add(errCode);
......
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