IDEMPIERE-3020 Custom Libero setting need to be out of core model

This commit is contained in:
Redhuan D. Oon 2016-02-17 15:37:28 +01:00
parent f2e8979936
commit 460e8b9e78
1 changed files with 1 additions and 7 deletions

View File

@ -559,13 +559,7 @@ public class MWFNode extends X_AD_WF_Node
*/
@Override
protected boolean beforeSave (boolean newRecord)
{
if(MWorkflow.WORKFLOWTYPE_Manufacturing.equals(getAD_Workflow().getWorkflowType()))
{
setAction(MWFNode.ACTION_WaitSleep);
return true;
}
{
String action = getAction();
if (action.equals(ACTION_WaitSleep))
;