1002807 IDEMPIERE-1476 Scheduler should always notify recipient

This commit is contained in:
Heng Sin Low 2013-10-25 13:54:12 +08:00
parent e512f71f73
commit edcf53d198
1 changed files with 68 additions and 69 deletions

View File

@ -196,9 +196,8 @@ public class Scheduler extends AdempiereServer
}
}
}
else
{
// notify recipients on success
// always notify recipients
Integer[] userIDs = m_model.getRecipientAD_User_IDs();
if (userIDs.length > 0)
{
@ -274,7 +273,7 @@ public class Scheduler extends AdempiereServer
}
}
}
return pi.getSummary();
} // runProcess