Commit 38d76a0c authored by prahate's avatar prahate

Change in message code.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195066 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 19bb5189
......@@ -1502,7 +1502,7 @@ public class DespatchConfirm extends ActionHandlerEJB implements DespatchConfirm
System.out.println(">>The selected transaction is confirmed!!!!");
//errString= "<?xml version='1.0'?><Root><message>VTPOSTDES</message><TranID>"+tranId+"</TranID></errors></Root>";
//errString="VTPOSTDES";
errString = itmDBAccessEJB.getErrorString("","VTCONFIRM","","",conn);
errString = itmDBAccessEJB.getErrorString("","VTPOSTDES","","",conn);
System.out.println("@@@@@ retString:[" + errString+"]");
}
}
......
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