Commit c0d4c1e8 authored by smane's avatar smane

Add Source review file for Work Order Issue/Return Confirmation

(M14GSUN003)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96591 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3d96a395
......@@ -1631,7 +1631,8 @@ public class WorkorderIssConf extends ActionHandlerEJB implements WorkorderIssCo
pstmt.setString(33,suppCode);
pstmt.setString(34,suppCodeMfg);
count = pstmt.executeUpdate();
pstmt.close();
pstmt = null;
//Added by Sagar on 10/10/14 Start...
lockCode= distCommon.getDisparams("999999", "QUARNTINE_LOCKCODE", conn);
System.out.println(">>>>> getDisparams lockCode:"+lockCode);
......
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