diff --git a/htdocs/comm/fiche.php3 b/htdocs/comm/fiche.php3 index 779706f9629..b305759d206 100644 --- a/htdocs/comm/fiche.php3 +++ b/htdocs/comm/fiche.php3 @@ -336,9 +336,9 @@ if ($socid > 0) { * */ print '
| Actions à faire | |||||||
| Actions à faire | [Nouvelle action] | ||||||
| '; + print ' | '; $sql = "SELECT a.id, ".$db->pdate("a.datea")." as da, c.libelle, u.code, a.propalrowid, a.fk_user_author, fk_contact, u.rowid "; $sql .= " FROM llx_actioncomm as a, c_actioncomm as c, llx_user as u "; @@ -376,11 +376,14 @@ if ($socid > 0) { print ' | '; - if ($obj->propalrowid) { - print ' | '.$obj->libelle.' | '; - } else { - print ''.$obj->libelle.' | '; - } + if ($obj->propalrowid) + { + print ''.$obj->libelle.' | '; + } + else + { + print ''.$obj->libelle.' | '; + } /* * Contact pour cette action *|