Commit f1319ba0 authored by dsawant's avatar dsawant

updated for editflag condition


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95126 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d0007740
......@@ -124,12 +124,13 @@ public class TransporterIC extends ValidatorEJB implements TransporterICLocal, T
if(keyFlag.equalsIgnoreCase("M"))
{
if(!editFlag.equalsIgnoreCase("E"))
{
if(tranCode == null || tranCode.trim().length() == 0 )
{
System.out.println("trancode null validatioon fire");
errCode = "VMCODNULLL";
errList.add(errCode);
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
break;
}
......@@ -160,6 +161,7 @@ public class TransporterIC extends ValidatorEJB implements TransporterICLocal, T
}
}
}
}
}
......
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