diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 940960023ae..32a05f2ea37 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -125,7 +125,7 @@ if ($sortfield == "") $sortfield="a.datea"; } -$sql = "SELECT s.nom as societe, s.idp as socidp,a.id,".$db->pdate("a.datea")." as da, a.datea, c.libelle, u.code, a.fk_contact "; +$sql = "SELECT s.nom as societe, s.idp as socidp,a.id,".$db->pdate("a.datea")." as da, a.datea, c.libelle, u.code, a.fk_contact, a.note "; $sql .= " FROM llx_actioncomm as a, c_actioncomm as c, llx_societe as s, llx_user as u"; $sql .= " WHERE a.fk_soc = s.idp AND c.id=a.fk_action AND a.fk_user_author = u.rowid AND a.percent = 100"; @@ -163,9 +163,9 @@ if ( $db->query($sql) ) print '