Commit c69fc090 authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187485 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bcacfa07
...@@ -894,7 +894,7 @@ public class PdcToReceiptPrc extends ProcessEJB implements PdcToReceiptPrcLocal, ...@@ -894,7 +894,7 @@ public class PdcToReceiptPrc extends ProcessEJB implements PdcToReceiptPrcLocal,
int endIndexIssue = arrayForTranIdIssue[1].indexOf("</TranID>"); int endIndexIssue = arrayForTranIdIssue[1].indexOf("</TranID>");
tranId = arrayForTranIdIssue[1].substring(0, endIndexIssue); tranId = arrayForTranIdIssue[1].substring(0, endIndexIssue);
System.out.println("@V@ Tran id :- "); System.out.println("@V@ Tran id :- ");
errString = "" errString = "" ;
}//Exist if result of process is 1. }//Exist if result of process is 1.
else else
{ {
......
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