diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
index aef77513e7b..af6ead5017b 100644
--- a/htdocs/comm/action/class/actioncomm.class.php
+++ b/htdocs/comm/action/class/actioncomm.class.php
@@ -1292,7 +1292,8 @@ class ActionComm extends CommonObject
$tooltip .= '
' . $langs->trans('Type') . ': ' . $labeltype;
if (! empty($this->location))
$tooltip .= '
' . $langs->trans('Location') . ': ' . $this->location;
-
+ if (! empty($this->note))
+ $tooltip .= '
' . $langs->trans('Note') . ': ' . $this->note;
$linkclose='';
if (! empty($conf->global->AGENDA_USE_EVENT_TYPE) && $this->type_color)
$linkclose = ' style="background-color:#'.$this->type_color.'"';