IDEMPIERE-1998 Should not auto add created by to the recipient list when the scheduler recipient list is empty

This commit is contained in:
Elaine Tan 2014-06-13 10:50:08 +08:00
parent 42dd24b831
commit bf38381e0e
1 changed files with 0 additions and 5 deletions

View File

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