Commit 1efa3809 authored by ssalve's avatar ssalve

Sarita: Done changes for suppCode 29MARCH2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182796 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 80afe43e
......@@ -989,7 +989,7 @@ public class AsnConf extends ActionHandlerEJB implements AsnConfLocal, AsnConfRe
//Added by sarita to set tax_class , tax_chap and tax_env in Header xml of porder[start] - 29MARCH2018
sql = "select stan_code from supplier where supp_code = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, siteCode);
pstmt.setString(1, suppCode);
rs = pstmt.executeQuery();
if (rs.next())
{
......
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