Commit fc640311 authored by prane's avatar prane

bug fixes of mrp report related and sql excecution on some condition

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202791 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 96febeb8
......@@ -15812,9 +15812,9 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
commInfo.append("</ROOT>");
EMail email = new EMail();
//Added by Pavan R on 03dec18
DBAccessEJB dbAccess = new DBAccessEJB();
/*DBAccessEJB dbAccess = new DBAccessEJB();
String loginCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode");
UserInfoBean userInfo = dbAccess.createUserInfo(loginCode);
UserInfoBean userInfo = dbAccess.createUserInfo(loginCode);*/
//mailRetStr=email.sendMail(commInfo.toString(), "ITM");
//Pavan R 25dec18[not to bypass ecxeption if mail details not config in ibase.xml]
try{
......
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