diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php index dbc9b5b9b61..25675c2d57c 100644 --- a/htdocs/admin/company.php +++ b/htdocs/admin/company.php @@ -557,7 +557,7 @@ if ((isset($_GET["action"]) && $_GET["action"] == 'edit') else { /* - * Affichage des parametres + * Show parameters */ if ($message) print $message.'
'; @@ -689,7 +689,7 @@ else if ($langs->transcountry("ProfId1",$code_pays) != '-') { print $conf->global->MAIN_INFO_SIREN; - if ($code_pays == 'FR') print '   '.$langs->trans("Check").''; + if ($conf->global->MAIN_INFO_SIREN && $code_pays == 'FR') print '   '.$langs->trans("Check").''; } print ''; }