fix: reminder type label
This commit is contained in:
parent
deb110d556
commit
6c373c9381
@ -2213,7 +2213,7 @@ if ($id > 0) {
|
|||||||
$tmpuserstatic = new User($db);
|
$tmpuserstatic = new User($db);
|
||||||
|
|
||||||
foreach ($object->reminders as $actioncommreminderid => $actioncommreminder) {
|
foreach ($object->reminders as $actioncommreminderid => $actioncommreminder) {
|
||||||
print $TRemindTypes[$actioncommreminder->typeremind];
|
print $TRemindTypes[$actioncommreminder->typeremind]['label'];
|
||||||
if ($actioncommreminder->fk_user > 0) {
|
if ($actioncommreminder->fk_user > 0) {
|
||||||
$tmpuserstatic->fetch($actioncommreminder->fk_user);
|
$tmpuserstatic->fetch($actioncommreminder->fk_user);
|
||||||
print ' ('.$tmpuserstatic->getNomUrl(0, '', 0, 0, 16).')';
|
print ' ('.$tmpuserstatic->getNomUrl(0, '', 0, 0, 16).')';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user