Commit 55e6788b authored by caluka's avatar caluka

Invalid column index issue solve on workorderIssue confirmation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97909 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e8241bda
......@@ -497,7 +497,11 @@ public class WorkorderIssConf extends ActionHandlerEJB implements WorkorderIssCo
{
pstmt.setTimestamp(1,effDate);
flag =true;
}
}else
{
System.out.println("call else bolck for multiple recards");
flag =false;
}//else block added by chandrashekar 23-Apr-2014
if( "Y".equalsIgnoreCase(qcReqd) || "Y".equalsIgnoreCase(autoReqc) )
{
if(flag)
......
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