Commit 82feec90 authored by steurwadkar's avatar steurwadkar

Changed by santosh


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@39357 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 987aff67
......@@ -842,6 +842,8 @@ public class DockTranPos extends ValidatorEJB implements DockTranPosLocal, DockT
pstmt = conn.prepareStatement(updateSql);
pstmt.setString(1, despId);
updCnt = pstmt.executeUpdate();
conn.commit();
if( updCnt > 0 )
{
......
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