Commit e0156eee authored by ngadkari's avatar ngadkari

userInfo added in createandmailreport()

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187254 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 531200b4
...@@ -330,7 +330,7 @@ public class DDPorderReportSendMail extends ActionHandlerEJB implements DDPorder ...@@ -330,7 +330,7 @@ public class DDPorderReportSendMail extends ActionHandlerEJB implements DDPorder
} }
System.out.println("Final cC="+cC); System.out.println("Final cC="+cC);
jrGenerator.createAndMailReport(name, argMap, xsdParser, loginEmpCode, outputFilename, emailID, cC, mailSubject, message); jrGenerator.createAndMailReport(name, argMap, xsdParser, loginEmpCode, outputFilename, emailID, cC, mailSubject, message,userInfo);
} }
else else
......
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