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:
Carlos Ruiz 2020-06-06 14:57:50 +02:00 committed by GitHub
parent 8f052b4081
commit 35c64ce77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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
{