Commit c79c7507 authored by nkhan's avatar nkhan

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103993 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ecda5355
......@@ -1014,8 +1014,15 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
else if (retString != null && retString.trim().length() > 0
&& (!("DONOT-CREATE-VOUCHER".equalsIgnoreCase(voucher_error))) && voucher_error.trim().length()==0)
{
retString = itmDBAccessLocal.getErrorString("", retString, "");
//changed By Nasruddin start 21/11/16
//etString = itmDBAccessLocal.getErrorString("", retString, "");
System.out.println("RetString3>>>>>>>" + retString);
if (retString.indexOf("ERROR") != -1 || retString.indexOf("error") != -1 )
{
retString = itmDBAccessLocal.getErrorString("", retString, "");
System.out.println("RetString3>>>>>>>" + retString);
}
//changed By Nasruddin End 21/11/16
}
else if ((errcode == null || errcode.trim().length() == 0) && (err == null || err.trim().length() == 0)
......
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