IDEMPIERE-3020 Custom Libero setting need to be out of core model
This commit is contained in:
parent
f2e8979936
commit
460e8b9e78
|
@ -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))
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue