IDEMPIERE-4285 Cannot send mail while creating RfQ Response (#413)
Co-authored-by: Ray Lee <ray@iroses.tw>
This commit is contained in:
parent
9c92286861
commit
363f21993f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue