Commit 0a0b6f63 authored by manohar's avatar manohar

bug fix conn.commit() added


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