Commit 6a11b362 authored by prane's avatar prane

to update taxes in depstch

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204229 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e164798f
......@@ -1041,8 +1041,7 @@ public class ConsolidatToDoc {
if("S-ORD".equalsIgnoreCase(tranRefSer))
{
//Pavan Rane----------------------
//Pavan Rane 30jul19 start [to update taxes in depstch]
String sordItmSql = "SELECT TAX_CHAP FROM SORDITEM WHERE SALE_ORDER = ? AND LINE_NO = ? AND EXP_LEV = ? ";
PreparedStatement sordItmPstmt = conn.prepareStatement(sordItmSql);
sordItmPstmt.setString(1, saleOrder);
......@@ -1073,6 +1072,7 @@ public class ConsolidatToDoc {
sordItmRs.close();
sordItmRs = null;
System.out.println("Taxes :: tranRefSer["+tranRefSer+"]taxChap["+taxChap+"]taxClass["+taxClass+"]taxEnv["+taxEnv+"]");
//Pavan Rane 30jul19 end [to update taxes in depstch]
//end----------------------------
pstmt1.setString(1, despId);
//pstmt1.setInt(2, lineNo);//Gulzar on 12/28/2011
......
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