Commit b0d684da authored by kmandhre's avatar kmandhre

commit connection


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@31061 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 75916e11
......@@ -1672,7 +1672,8 @@ public class TaxFormRecoMulti extends ProcessEJB implements TaxFormRecoMultiLoca
calTaxFormRecoMultiUpdate(tranCode,tranId,taxForm,taxFormDate,conn);
}//Condition end by jaimin 03/09/2007 requst-ID :DI78DIS028
}// OUT FOR LOOP
errString = itmDBAccessEJB.getErrorString("","VPSUCC1 ","","",conn);
conn.commit(); //added by kunal on 13/03/13 as per manoharan sir instuction
errString = itmDBAccessEJB.getErrorString("","VPSUCC1","","",conn);
}//try end
catch(Exception e)
{
......
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