Commit 98a18b7b authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211606 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 10a8858e
......@@ -1072,15 +1072,15 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
rs = null;
pstmt.close();
}
//System.out.println("errString from send mail" +errString);
if(errString!= null && errString.trim().length() > 0)
System.out.println("errString from send mail" +errString);
/*if(errString!= null && errString.trim().length() > 0)
{
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+" "+"Mail Not Send to customer"+"]]>"+endDesc;
return errString;
}
}*/
System.out.println("After confirm Calling SendEmail");
}
//Added By PriyankaC to send the mail on invoice confirmation to customer on 16Oct2019.[Start]
......
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