Commit e38d2395 authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211602 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 004cee8b
...@@ -6579,14 +6579,6 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca ...@@ -6579,14 +6579,6 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
} }
} }
} }
else
{
String begPart = errString.substring(0,errString.indexOf("<message>")+9);
String endDesc = errString.substring(errString.indexOf("</description>"));
errString= begPart+"Invalid Data"+"</message><description><![CDATA[";
errString= errString+"retString "+errString+" "+"Active this cust code Email notify flag.. "+"]]>"+endDesc;
System.out.println("mainStr:::::::::::::::::: "+errString);
}
//Added By PriyankaC to send the mail on invoice confirmation to customer on 16Oct2019.[End] //Added By PriyankaC to send the mail on invoice confirmation to customer on 16Oct2019.[End]
System.out.println("mainStr final error:::::::::::::::::: "+errString); System.out.println("mainStr final error:::::::::::::::::: "+errString);
return errString; return 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