Commit abb74062 authored by prane's avatar prane

commented tax_env validation method called inside getTaxEnv method for tax_env getting blank

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209951 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 71cb654e
...@@ -8314,10 +8314,12 @@ public class DistCommon { ...@@ -8314,10 +8314,12 @@ public class DistCommon {
} }
} }
// added on 28-feb-2019 by nandkumar gadkari -if environment is still not found check on the basis of country code---end---------------- // added on 28-feb-2019 by nandkumar gadkari -if environment is still not found check on the basis of country code---end----------------
String errorString = getCheckTaxEnvStatus(taxEnv, currDateTs,"", conn);
//Commented by Pavan R [for tax env getting blank]
/*String errorString = getCheckTaxEnvStatus(taxEnv, currDateTs,"", conn);
if (errorString != null && errorString.trim().length() > 0) { if (errorString != null && errorString.trim().length() > 0) {
taxEnv = ""; taxEnv = "";
} }*/
sql = " select tax_env_prefix from site where site_code= ? "; sql = " select tax_env_prefix from site where site_code= ? ";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1, siteCodeShip); pstmt.setString(1, siteCodeShip);
......
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