diff --git a/htdocs/socnote.php b/htdocs/socnote.php index 8e2bd077634..1e019c8139e 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -32,22 +32,72 @@ llxHeader(); if ($socid > 0) { - $soc = new Societe($db, $socid); - $soc->fetch($socid); + $societe = new Societe($db, $socid); + $societe->fetch($socid); /* * */ - print_titre($soc->nom); + $head[0][0] = DOL_URL_ROOT.'/soc.php?socid='.$_GET["socid"]; + $head[0][1] = "Fiche société"; + $h = 1; - print '
| "; - print " | '.nl2br($societe->note).' | '; + print "