Commit 65610a8d authored by jshaikh's avatar jshaikh

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@180145 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 089a6ce5
......@@ -68,7 +68,7 @@ public class PContractConfWfEJB extends ActionHandlerEJB implements PContractCon
retString = wfGenericClass.invokeWorkflow(conn, tranId, xtraParams, "w_pcontract", "pcontract");
if ("success".equalsIgnoreCase(retString)) {
sql = "UPDATE PCONTRACT_HDR SET CONFIRMED = 'Y' WHERE CONTRACT_NO = ? ";
sql = "UPDATE PCONTRACT_HDR SET status = 'S' WHERE CONTRACT_NO = ? ";
pStmt = conn.prepareStatement(sql);
pStmt.setString(1, tranId);
int updCount = pStmt.executeUpdate();
......
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