diff --git a/htdocs/comm/projet/index.php3 b/htdocs/comm/projet/index.php3 index 46d13c60217..ee3646bcab2 100644 --- a/htdocs/comm/projet/index.php3 +++ b/htdocs/comm/projet/index.php3 @@ -102,7 +102,9 @@ if ( $db->query($sql) ) print '
| Societe | "; + print ""; + print_liste_field_titre("Société",$PHP_SELF,"s.nom"); + print " | "; print "Réf | Titre | "; print "idp\">$objp->nom | \n"; print "projectid\">$objp->ref | \n"; print "projectid\">$objp->title | \n"; - print ""; print "\n"; $i++; |