diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php index 3ebfce65f68..91c4878c520 100644 --- a/htdocs/admin/company.php +++ b/htdocs/admin/company.php @@ -1,7 +1,7 @@ - * Copyright (C) 2004-2009 Laurent Destailleur - * Copyright (C) 2010 Juanjo Menent + * Copyright (C) 2004-2010 Laurent Destailleur + * Copyright (C) 2010 Juanjo Menent * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -689,6 +689,7 @@ else if ($langs->transcountry("ProfId1",$code_pays) != '-') { print $conf->global->MAIN_INFO_SIREN; + if ($code_pays == 'FR') print '   '.$langs->trans("Check").''; } print ''; }