Commit 8725a53b authored by prane's avatar prane

changes in LoanPartyIC sitecode at Line No-839


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105961 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c3aeee2a
......@@ -836,19 +836,19 @@ public class LoanPartyIC extends ValidatorEJB implements LoanPartyICLocal, LoanP
if(siteCode!= null && siteCode.trim().length() > 0)
{
existFlag = isExist("site", "site_code", siteCode, conn);
if ("TRUE".equals(existFlag))
if (! "TRUE".equals(existFlag))
{
errCode = "VTDUPSITCD";
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
}
}
else
/*else
{
errCode = "VMSITECD"; //VESIT2
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
}
}*/
}
}// end of if block for site_code
else if("contact_code".equalsIgnoreCase(childNodeName))
......
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