Commit d0007740 authored by dsawant's avatar dsawant

msg no change


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95125 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 78131b61
......@@ -128,7 +128,7 @@ public class TransporterIC extends ValidatorEJB implements TransporterICLocal, T
if(tranCode == null || tranCode.trim().length() == 0 )
{
System.out.println("trancode null validatioon fire");
errCode = "VMCODNULL";
errCode = "VMCODNULLL";
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
break;
......@@ -171,7 +171,7 @@ public class TransporterIC extends ValidatorEJB implements TransporterICLocal, T
contactCode = genericUtility.getColumnValue("contact_code", dom);
if(contactCode == null || contactCode.trim().length() == 0)
{
errCode = "VMCONTACD";
errCode = "VMCONTACDD";
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
break;
......@@ -205,7 +205,7 @@ public class TransporterIC extends ValidatorEJB implements TransporterICLocal, T
transporterType = genericUtility.getColumnValue("transporter_type", dom);
if(transporterType == null || transporterType.trim().length() == 0)
{
errCode = "VMTYPE";
errCode = "VMTYPECK";
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
break;
......
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