Fix the provided URL

I made a typo in the URL.
This commit is contained in:
Mazaud Thomas 2021-09-09 16:38:45 +02:00 committed by GitHub
parent 512aa92b7e
commit 2091f915b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3709,7 +3709,7 @@ class Societe extends CommonObject
// TODO Move links to validate professional ID into a dictionary table "country" + "link"
$strippedIdProf1 = str_replace(' ', '', $thirdparty->idprof1);
if ($idprof == 1 && $thirdparty->country_code == 'FR') {
$url = 'https://annuaire-entreprises.data.gouv.fr/entrepri'.$strippedIdProf1; // See also http://avis-situation-sirene.insee.fr/
$url = 'https://annuaire-entreprises.data.gouv.fr/entreprise/'.$strippedIdProf1; // See also http://avis-situation-sirene.insee.fr/
}
if ($idprof == 1 && ($thirdparty->country_code == 'GB' || $thirdparty->country_code == 'UK')) {
$url = 'https://beta.companieshouse.gov.uk/company/'.$strippedIdProf1;