1002807 IDEMPIERE-1476 Scheduler should always notify recipient
This commit is contained in:
parent
e512f71f73
commit
edcf53d198
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue