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
|
|
||||||
{
|
// always notify recipients
|
||||||
// notify recipients on success
|
|
||||||
Integer[] userIDs = m_model.getRecipientAD_User_IDs();
|
Integer[] userIDs = m_model.getRecipientAD_User_IDs();
|
||||||
if (userIDs.length > 0)
|
if (userIDs.length > 0)
|
||||||
{
|
{
|
||||||
|
@ -274,7 +273,7 @@ public class Scheduler extends AdempiereServer
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return pi.getSummary();
|
return pi.getSummary();
|
||||||
} // runProcess
|
} // runProcess
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue