IDEMPIERE-3294 Process Audit generate unused AD_PInstance_Para (#1344)

- Fix unit test error for RequisitionTest.testComplete()
This commit is contained in:
hengsin 2022-05-26 14:40:24 +08:00 committed by GitHub
parent b2b31fb087
commit ad7f78e3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1129,7 +1129,6 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable
pi.setAD_User_ID(getAD_User_ID());
pi.setAD_Client_ID(getAD_Client_ID());
MPInstance pInstance = new MPInstance(getCtx(), process.getAD_Process_ID(), getRecord_ID());
pInstance.set_TrxName(trx != null ? trx.getTrxName() : null);
pInstance.saveEx();
fillParameter(pInstance, trx);
pi.setAD_PInstance_ID(pInstance.getAD_PInstance_ID());