Fix [ 2064460 ] Workflow user action broken

This commit is contained in:
Carlos Ruiz 2008-08-21 16:23:51 +00:00
parent 1505f1f557
commit 84225f6456
1 changed files with 0 additions and 1 deletions

View File

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