mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Merge pull request #14600 from atm-lena/develop_FIX_CreateReminder_DateRemind
Create Event Remind : Wrong value "dateremind"
This commit is contained in:
@@ -405,7 +405,7 @@ if (empty($reshook) && $action == 'add')
|
||||
$dateremind = dol_time_plus_duree($datep, -$offsetvalue, 'y');
|
||||
}
|
||||
|
||||
$actionCommReminder->dateremind = $db->idate($dateremind);
|
||||
$actionCommReminder->dateremind = $dateremind;
|
||||
$actionCommReminder->typeremind = $remindertype;
|
||||
$actionCommReminder->fk_user = $user;
|
||||
$actionCommReminder->offsetunit = $offsetunit;
|
||||
|
||||
Reference in New Issue
Block a user