after a series of bug fixes plus Non MNO logic for Sender IDs, unfinished leave management and holiday modules
This commit is contained in:
@@ -71,11 +71,14 @@ class ContractRenewalReminderController extends Controller
|
||||
break;
|
||||
}
|
||||
}
|
||||
if ($difference->days <= 10) {
|
||||
$renew_ready['client_name'] = $value->client_info->name;
|
||||
$renew_ready['account_manager_email'] = $value->created_by_info->email;
|
||||
$renew_ready['days_to_renew'] = $difference->days;
|
||||
dispatch(new SendSupportFeesReminderEmailAlert($renew_ready));
|
||||
if (isset($difference)) {
|
||||
//will review this later
|
||||
if ($difference->days <= 10) {
|
||||
$renew_ready['client_name'] = $value->client_info->name;
|
||||
$renew_ready['account_manager_email'] = $value->created_by_info->email;
|
||||
$renew_ready['days_to_renew'] = $difference->days;
|
||||
dispatch(new SendSupportFeesReminderEmailAlert($renew_ready));
|
||||
}
|
||||
}
|
||||
\Log::info('Support Fees Reminder schedule has successfully ran ');
|
||||
if (count($renew_ready) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user