mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
[Legacy] Fix default value for alert time
This commit is contained in:
parent
c62c3577b8
commit
7b0382c53a
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ class AddScheduledReminderAlerts
|
|||
{
|
||||
global $app_strings, $timedate, $db;
|
||||
|
||||
$default = $app_strings['MSG_JS_ALERT_MTG_REMINDER_NO_START_DATE'];
|
||||
$default = '';
|
||||
$dateStart = $relatedEvent->date_start ?? '';
|
||||
|
||||
if (!empty($dateStart)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue