From 5abda4bdc259699ad775ca645fd7ed7823e4525d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 10 Feb 2010 14:15:52 +0000 Subject: [PATCH] Add link to check a SIREN --- htdocs/admin/company.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ''; }