diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 86fce072926..30c8461c905 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -230,11 +230,10 @@ if ($_GET["action"] == 'create') print '
'.$langs->trans("Rendez-Vous").' | |
| '.$langs->trans("ActionOnCompany").' | '; + print ' |
| '.$langs->trans("ActionOnCompany").' | '; if ($_GET["socid"]) { $societe = new Societe($db); @@ -326,7 +325,7 @@ if ($_GET["action"] == 'create') print ' |
| '.$langs->trans("Label").' | |
| '.$langs->trans("ActionOnCompany").' | '; + print ' |
| '.$langs->trans("ActionOnCompany").' | '; if ($_GET["socid"]) { $societe = new Societe($db); @@ -343,7 +342,7 @@ if ($_GET["action"] == 'create') // Si la societe est imposée, on propose ces contacts if ($_GET["socid"]) { - print ' |
| '.$langs->trans("ActionOnContact").' | '; + print ' |
| '.$langs->trans("ActionOnContact").' | '; print $html->select_contacts($_GET["socid"],'','contactid',1,1); print ' |