IDEMPIERE-4747 Pass PO object from MWFProcess to MWFActivity (#641)

This commit is contained in:
igorpojzl 2021-04-08 12:11:28 +02:00 committed by GitHub
parent 1a5eb5ce22
commit cb53fbcce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,8 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable
// Document Link
setAD_Table_ID(process.getAD_Table_ID());
setRecord_ID(process.getRecord_ID());
if(process.getPO() != null)
m_po = process.getPO();
//modified by Rob Klein
setAD_Client_ID(process.getAD_Client_ID());
setAD_Org_ID(process.getAD_Org_ID());