Commit 72a0db34 authored by manohar's avatar manohar

bug fix conn.commit() added


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91869 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4e51e087
...@@ -712,7 +712,7 @@ public class StockAllocationPrc extends ProcessEJB implements StockAllocationPrc ...@@ -712,7 +712,7 @@ public class StockAllocationPrc extends ProcessEJB implements StockAllocationPrc
String errString = ""; String errString = "";
String error = ""; String error = "";
String errCode = ""; String errCode = "";
Connection conn = null; //Connection conn = null;
PreparedStatement pstmtStock = null; PreparedStatement pstmtStock = null;
PreparedStatement pstmtStockInsertSordAlloc = null; PreparedStatement pstmtStockInsertSordAlloc = null;
Statement st = null; Statement st = 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