Commit c62550b5 authored by prane's avatar prane

Tax chapter not proper set while processing post order changes done @ 1679

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177906 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8ad21299
......@@ -1676,7 +1676,7 @@ public class PostOrdDespatchGen
"LOT_NO ,LOT_SL,QUANTITY__ORD,QUANTITY,LOC_CODE ,STATUS," +
"CONV__QTY_STDUOM,UNIT__STD,UNIT,QUANTITY__STDUOM,QUANTITY_REAL," +
"RATE__STDUOM,NO_ART ,SITE_CODE,MFG_DATE,EXP_DATE,SITE_CODE__MFG," +
"RATE__CLG,DISC_AMT,COST_RATE,CUST_ITEM__REF,RETEST_DATE,CONF_DIFF_AMT,CONV__RTUOM_STDUOM,RATE__STD,TAX_CHAP,TAX_CLASS,TAX_ENV) " +
"RATE__CLG,DISC_AMT,COST_RATE,CUST_ITEM__REF,RETEST_DATE,CONF_DIFF_AMT,CONV__RTUOM_STDUOM,RATE__STD,TAX_CLASS,TAX_CHAP,TAX_ENV) " +
"values(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)";
pstmtdDet = conn.prepareStatement(sql);
pstmtdDet.setString(1,tranId);
......
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