Commit 2c2f3061 authored by vdhoble's avatar vdhoble

updated status as space for D14LSUN009


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97787 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 64ec1931
......@@ -256,7 +256,7 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D
if (status.equalsIgnoreCase("H") && (confirmed.equalsIgnoreCase("N") || confirmed.equalsIgnoreCase("")) )
{
sql="UPDATE DESPATCH SET STATUS='O',status_date= ? WHERE DESP_ID= ?";
sql="UPDATE DESPATCH SET STATUS=' ',status_date= ? WHERE DESP_ID= ?"; //updated status as space on 8-APR-15 by vishakha
pstmt =conn.prepareStatement(sql);
pstmt.setTimestamp(1,currDate);
pstmt.setString(2,tranId);
......
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