Commit 3f1d07e9 authored by asant's avatar asant

added connection commit.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192628 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 33bfa089
......@@ -3047,7 +3047,7 @@ public class SalesQuotProposal extends ValidatorEJB implements SalesQuotProposal
if(updatedCnt > 0 || insertUpdate > 0 )
{
//connection.commit();
connection.commit();//To commit [save] transcations.
}
if(insertPstmt != 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