Commit 76b2e9d9 authored by dpawar's avatar dpawar

Remove comma while inserting record in PACK_DET


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97226 ce508802-f39f-4f6c-b175-0d175dae99d5
parent aac0e440
......@@ -1172,7 +1172,7 @@ public class MultiplePtcnWizConf extends ActionHandlerEJB implements MultiplePtc
insSql = "INSERT INTO PACK_DET (TRAN_ID,LINE_NO,SALE_ORDER,LINE_NO__SORD,SITE_CODE,ITEM_CODE,LOC_CODE,LOT_NO,"
+ " LOT_SL,QUANTITY,LOC_CODE__TO,CARTON_NO,NO_ART,STATUS ) "
+ "VALUES (?,?,?,?,?, ?,?,?,?,?, ?,?,?,?, )";
+ "VALUES (?,?,?,?,?, ?,?,?,?,?, ?,?,?,? )";
pstmtIns = conn.prepareStatement(insSql);
pstmtIns.setString(1, pickOrder);
......
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