(Notifications) Notifica casos que ya han sido derivados

HOR-1547
(Notifications) Notifica casos que ya han sido derivados
This commit is contained in:
dheeyi william
2016-08-03 14:13:10 -04:00
parent 41ac4364dc
commit 4072b65aad
8 changed files with 185 additions and 10 deletions

View File

@@ -1054,6 +1054,7 @@ function sendNotifications()
setExecutionMessage("Resending Notifications");
setExecutionResultMessage("PROCESSING");
$notQueue = new \NotificationQueue();
$notQueue->checkIfCasesOpenForResendingNotification();
$notificationsAndroid = $notQueue->loadStatusDeviceType('pending', 'android');
if ($notificationsAndroid) {
setExecutionMessage("|-- Send Android's Notifications");