Commit 834feab2 authored by jshaikh's avatar jshaikh

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@181075 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6e864306
...@@ -54,8 +54,7 @@ public class PorderConf extends ActionHandlerEJB implements PorderConfLocal, ...@@ -54,8 +54,7 @@ public class PorderConf extends ActionHandlerEJB implements PorderConfLocal,
public String confirm(String pOrder, String xtraParams, String forcedFlag) public String confirm(String pOrder, String xtraParams, String forcedFlag)
throws RemoteException, ITMException { throws RemoteException, ITMException {
System.out System.out.println(">>>>>>>>>>>>>>>>>>PorderConf CONFIRM called>>>>>>>>>>>>>>>>>>>");
.println(">>>>>>>>>>>>>>>>>>PorderConf CONFIRM called>>>>>>>>>>>>>>>>>>>");
String sql = "", sql1 = ""; String sql = "", sql1 = "";
Connection conn = null; Connection conn = null;
PreparedStatement pstmt = null, pstmt1 = null; PreparedStatement pstmt = null, pstmt1 = null;
......
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