Commit 9cf112c9 authored by manohar's avatar manohar

CONNECTION COMMIT ADDED


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91867 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 68c84ca2
......@@ -1028,6 +1028,10 @@ public class StockAllocationPrc extends ProcessEJB implements StockAllocationPrc
{
if(conn != null)
{
if (errString == null || errString.trim().length() == 0)
{
conn.commit();
}
if(pstmtStock != null)
{
pstmtStock.close();
......
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