IDEMPIERE-6260 Posting error not creating Notice (#2478)
This commit is contained in:
parent
fa576f0e70
commit
ad267ad247
|
|
@ -665,7 +665,7 @@ public abstract class Doc
|
||||||
String AD_MessageValue = "PostingError-" + p_Status;
|
String AD_MessageValue = "PostingError-" + p_Status;
|
||||||
int AD_User_ID = p_po.getUpdatedBy();
|
int AD_User_ID = p_po.getUpdatedBy();
|
||||||
MNote note = new MNote (getCtx(), AD_MessageValue, AD_User_ID,
|
MNote note = new MNote (getCtx(), AD_MessageValue, AD_User_ID,
|
||||||
getAD_Client_ID(), getAD_Org_ID(), p_po.get_TrxName());
|
getAD_Client_ID(), getAD_Org_ID(), null);
|
||||||
note.setRecord(p_po.get_Table_ID(), p_po.get_ID());
|
note.setRecord(p_po.get_Table_ID(), p_po.get_ID());
|
||||||
// Reference
|
// Reference
|
||||||
note.setReference(toString()); // Document
|
note.setReference(toString()); // Document
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue