Commit fb9d4b0e authored by pgole's avatar pgole

Updated ejb for edioption changes as per manahar sir


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103604 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9e69a42b
...@@ -396,7 +396,9 @@ public class AdjIssueRcpConf extends ActionHandlerEJB implements AdjIssueRcpConf ...@@ -396,7 +396,9 @@ public class AdjIssueRcpConf extends ActionHandlerEJB implements AdjIssueRcpConf
System.out.println("retString from batchload = [" + retString + "]"); System.out.println("retString from batchload = [" + retString + "]");
} }
} }
if ("2".equals(ediOption))
//Commented as per manoharan sir suggestion
/*if ("2".equals(ediOption))
{ {
CreateRCPXML createRCPXML = new CreateRCPXML(winName,"tran_id"); CreateRCPXML createRCPXML = new CreateRCPXML(winName,"tran_id");
dataStr = createRCPXML.getTranXML(tranId, conn); dataStr = createRCPXML.getTranXML(tranId, conn);
...@@ -430,7 +432,7 @@ public class AdjIssueRcpConf extends ActionHandlerEJB implements AdjIssueRcpConf ...@@ -430,7 +432,7 @@ public class AdjIssueRcpConf extends ActionHandlerEJB implements AdjIssueRcpConf
{ {
System.out.println("retString from batchload = ["+ retString + "]"); System.out.println("retString from batchload = ["+ retString + "]");
} }
} }*/
System.out.println("@@@@@@@@@@@@@@@ ediOption called end.............."); System.out.println("@@@@@@@@@@@@@@@ ediOption called end..............");
} }
......
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