Commit 803d2095 authored by agaikwad's avatar agaikwad

new tagged version name


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104794 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1c7f71e0
......@@ -11877,8 +11877,8 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
loginUser = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode");
formatCode="MRPRPT";// send mail only for 'To'.
mailMrpReport = mfgCommon.getEnvMfg("999999","MAIL_MRP_REPORT",conn);
System.out.println("MAIL_MRP_REPORT"+mailMrpReport);
System.out.println("@@@@@ mailMrpReport["+mailMrpReport+"]loginUser["+loginUser+"]fileName["+fileName+"]mrpErrDetList["+mrpErrDetList+"]");
if( mailMrpReport != null && "Y".equalsIgnoreCase(mailMrpReport) && (mrpErrDetList == null || mrpErrDetList.size()==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