Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
265d7b2e0e
@ -405,7 +405,7 @@ if (empty($reshook) && $action == 'add')
|
|||||||
$dateremind = dol_time_plus_duree($datep, -$offsetvalue, 'y');
|
$dateremind = dol_time_plus_duree($datep, -$offsetvalue, 'y');
|
||||||
}
|
}
|
||||||
|
|
||||||
$actionCommReminder->dateremind = $db->idate($dateremind);
|
$actionCommReminder->dateremind = $dateremind;
|
||||||
$actionCommReminder->typeremind = $remindertype;
|
$actionCommReminder->typeremind = $remindertype;
|
||||||
$actionCommReminder->fk_user = $user;
|
$actionCommReminder->fk_user = $user;
|
||||||
$actionCommReminder->offsetunit = $offsetunit;
|
$actionCommReminder->offsetunit = $offsetunit;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user