Commit 630ed2ef authored by pgole's avatar pgole

Updated EJB for tax_env_prefix changes in gettaxEnv() method.in existing taxenv space is addesd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103973 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d8fe009f
...@@ -8007,7 +8007,9 @@ public class DistCommon ...@@ -8007,7 +8007,9 @@ public class DistCommon
} }
if(taxEnvPrefix!=null && taxEnvPrefix.trim().length()>0) if(taxEnvPrefix!=null && taxEnvPrefix.trim().length()>0)
{ {
taxEnv = taxEnv != null ? taxEnv.trim() : "";
taxEnv =taxEnv + taxEnvPrefix; taxEnv =taxEnv + taxEnvPrefix;
System.out.println("return taxEnv["+taxEnv+"]");
} }
rs.close(); rs.close();
rs=null; rs=null;
......
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