Add link to check a SIREN
This commit is contained in:
parent
5abda4bdc2
commit
5dcc7e08ae
@ -30,6 +30,8 @@ For users:
|
|||||||
- New: Can define the new product ref when cloning.
|
- New: Can define the new product ref when cloning.
|
||||||
- New: Project module support status of project and end date.
|
- New: Project module support status of project and end date.
|
||||||
- New: Provide a debian/ubuntu package.
|
- New: Provide a debian/ubuntu package.
|
||||||
|
- New: Add link to check a SIREN for french users.
|
||||||
|
- New: Add link "now" to fill date when creating invoices.
|
||||||
- Fix: Import module works even if prefix is empty in source file.
|
- Fix: Import module works even if prefix is empty in source file.
|
||||||
- Fix: bug #28055 : Unable to modify the date of a cloned command.
|
- Fix: bug #28055 : Unable to modify the date of a cloned command.
|
||||||
- Fix: bug #27891.
|
- Fix: bug #27891.
|
||||||
|
|||||||
@ -689,7 +689,7 @@ else
|
|||||||
if ($langs->transcountry("ProfId1",$code_pays) != '-')
|
if ($langs->transcountry("ProfId1",$code_pays) != '-')
|
||||||
{
|
{
|
||||||
print $conf->global->MAIN_INFO_SIREN;
|
print $conf->global->MAIN_INFO_SIREN;
|
||||||
if ($code_pays == 'FR') print ' <a href="http://avis-situation-sirene.insee.fr/avisitu/jsp/avis.jsp">'.$langs->trans("Check").'</a>';
|
if ($code_pays == 'FR') print ' <a href="http://avis-situation-sirene.insee.fr/avisitu/jsp/avis.jsp" target="_blank">'.$langs->trans("Check").'</a>';
|
||||||
}
|
}
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user