Commit d4194cd8 authored by msingh's avatar msingh

Changed by Manish on 21/09/16


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103408 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1abd9062
......@@ -1290,7 +1290,8 @@ public class DDProductWizEditPosEJB extends ValidatorEJB implements DDProductWiz
" PHY_ATTRIB_23, UDF__STR2, ACTIVE, PHY_ATTRIB_22, SUPP_SOUR, QC_REQD, PACK_CODE, " +
" ORDER_OPT, ITEM_USAGE, AUTO_REQC, LOC_TYPE__PARENT, CHG_DATE, CHG_TERM, CHG_USER,PUR_LEAD_TIME,UDF__STR1,HSN_NO,PHY_ATTRIB_6," +
" USAGE_TYPE,PHY_ATTRIB_24,PHY_ATTRIB_8,CATALOG_NO,TAX_CHAP)" + //Changed by wasim on 02-08-2016 to add tax chapter for new child item
" VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)";
" PO_RATE_OPTION " + // Added by Manish on 21-09-2016 as per devendra sir
" VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)";
pstmtIns = conn.prepareStatement( sql );
pstmtIns.setString(1, tranId);
pstmtIns.setString(2, descr);
......@@ -1337,6 +1338,7 @@ public class DDProductWizEditPosEJB extends ValidatorEJB implements DDProductWiz
pstmtIns.setString(43, sizeMapDtl.get("SH_DESCR"));
pstmtIns.setString(44, stopPurchase);
pstmtIns.setString(45, taxChapChild);//Added by wasim on 02-08-2016 to add tax chapter for child items
pstmtIns.setString(46, "A"); //Added by Manish on 21-08-2016
pstmtIns.executeUpdate();
pstmtIns.close(); pstmtIns = 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