Fix [ 2064460 ] Workflow user action broken
This commit is contained in:
parent
1505f1f557
commit
84225f6456
|
@ -663,7 +663,6 @@ public class WFActivity extends CPanel
|
|||
try
|
||||
{
|
||||
// ensure activity is ran within a transaction
|
||||
m_activity.set_TrxName(Trx.createTrxName("FWFA"));
|
||||
m_activity.setUserConfirmation(AD_User_ID, textMsg);
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
Loading…
Reference in New Issue