Commit 03efe432 authored by wansari's avatar wansari

D16JBAS001 updated source for return string


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106086 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f6e02bd8
......@@ -56,15 +56,15 @@ public class DrCrRcpConf extends ActionHandlerEJB implements DrCrInvConfLocal,Dr
{
retString = confirm( tranID, xtraParams, forcedFlag, conn );
if ( retString != null && retString.length() > 0 )
/*if ( retString != null && retString.length() > 0 )
{
throw new Exception("Exception while calling DrCrRcpConf confirm for tran Id:["+tranID+"]");
}
}*/
}
catch(Exception exception)
{
retString = "ERROR";
System.out.println("Exception in [DrCrRcpConf] getCurrdateAppFormat " + exception.getMessage());
System.out.println("Exception in [DrCrRcpConf] " + exception.getMessage());
}
return retString;
}
......
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