IDEMPIERE-4319 Cascade workflow activities (completing chained docume… (#95)
* IDEMPIERE-4319 Cascade workflow activities (completing chained documents) exception problem * IDEMPIERE-4319 Cascade workflow activities (completing chained documents) exception problem correct patch - remove comment mark
This commit is contained in:
parent
8f052b4081
commit
35c64ce77f
|
@ -973,6 +973,7 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable
|
|||
if (contextLost)
|
||||
Env.getCtx().remove("#AD_Client_ID");
|
||||
}
|
||||
throw new AdempiereException(e);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue