IDEMPIERE-1998 Should not auto add created by to the recipient list when the scheduler recipient list is empty
This commit is contained in:
parent
42dd24b831
commit
bf38381e0e
|
@ -221,11 +221,6 @@ public class MScheduler extends X_AD_Scheduler
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Add Updater
|
|
||||||
if (list.size() == 0)
|
|
||||||
{
|
|
||||||
list.add(getCreatedBy());
|
|
||||||
}
|
|
||||||
//
|
//
|
||||||
return list.toArray(new Integer[list.size()]);
|
return list.toArray(new Integer[list.size()]);
|
||||||
} // getRecipientAD_User_IDs
|
} // getRecipientAD_User_IDs
|
||||||
|
|
Loading…
Reference in New Issue