IDEMPIERE-4285 Cannot send mail while creating RfQ Response (#413)

Co-authored-by: Ray Lee <ray@iroses.tw>
This commit is contained in:
Carlos Ruiz 2020-11-26 05:55:10 +01:00 committed by GitHub
parent 9c92286861
commit 363f21993f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ public class MRfQResponse extends X_C_RfQResponse
*/
public File createPDF (File file)
{
ReportEngine re = ReportEngine.get (getCtx(), ReportEngine.RFQ, getC_RfQResponse_ID());
ReportEngine re = ReportEngine.get (getCtx(), ReportEngine.RFQ, getC_RfQResponse_ID(),get_TrxName());
if (re == null)
return null;
MPrintFormat format = re.getPrintFormat();