Commit 88cec52d authored by ngadkari's avatar ngadkari

changes in result set

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195123 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 47e7e4af
......@@ -841,9 +841,9 @@ public class PostOrderActivity {
ordQty=rs1.getDouble("quantity");
dlvQty=rs1.getDouble("dlvqty");
//Added by sarita to get tax_class , tax_chap and tax_env from porddet table on 26 DEC 2018[START]
taxClass=checkNull(rs.getString("tax_class"));
taxChap=checkNull(rs.getString("tax_chap"));
taxEnv=checkNull(rs.getString("tax_env"));
taxClass=checkNull(rs1.getString("tax_class"));
taxChap=checkNull(rs1.getString("tax_chap"));
taxEnv=checkNull(rs1.getString("tax_env"));
//Added by sarita to get tax_class , tax_chap and tax_env from porddet table on 26 DEC 2018 [END]
}
rs1.close();
......
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