IDEMPIERE-4747 Pass PO object from MWFProcess to MWFActivity (#641)
This commit is contained in:
parent
1a5eb5ce22
commit
cb53fbcce0
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue