Commit 3a42d434 authored by ngadkari's avatar ngadkari

changes for commit

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213663 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f9115f13
......@@ -1917,14 +1917,18 @@ public class SaleContractRelease extends ProcessEJB implements SaleContractRelea
pstmt.close();
pstmt = null;
}
conn.commit();// added by nandkumar gadkari on 17/12/19
}catch (SQLException ex)
{
conn.rollback();
System.out.println("SaleContractRelease::SQLException ::" +sql+ ex.getMessage() + ":");
ex.printStackTrace();
throw new ITMException(ex);
}
//Pavan Rane 13sep19 end[to update the status of line item on full quantity released.]
}else {
conn.rollback();
System.out.println("Inside else");
retString = itmDBAccessEJB.getErrorString("","VTPROUNSU2","","",conn); //added by manish mhatre on 11-nov-2019
return retString;
......
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