Commit d97a0334 authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184002 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8c9dddd1
......@@ -1468,10 +1468,10 @@ public class Supplier extends ValidatorEJB implements SupplierLocal,SupplierRemo
{
errCode = "VMACCTA";
}
//Changed By PriyankaC on 23April2018.[START]
//Changed By PriyankaC on 23April2018..[START]
//else if(siteSpec != null && !siteSpec.equals("Y"))
else if(siteSpec != null && siteSpec.equals("Y"))
//Changed By PriyankaC on 23April2018.[END]
//Changed By PriyankaC on 23April2018..[END]
{
sql = "select count(*) from site_account where site_code = ? and acct_code = ?";
pstmt = conn.prepareStatement(sql);
......
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