This commit is contained in:
Michael RICOIS 2017-01-06 16:45:34 +01:00
parent 6d95964c80
commit 417cc6b5c2

View File

@ -6586,7 +6586,7 @@ class Metier_Insee_MInsee extends Metier_Insee_Table
'Sigle' => $row['sigle'],
'Enseigne' => $row['enseigne'],
'Adresse' => trim(preg_replace('/ +/', ' ',
trim($row['adr_num'] .' '. $$row['adr_btq'] .' '. $row['adr_typeVoie']
trim($row['adr_num'] .' '. $row['adr_btq'] .' '. $row['adr_typeVoie']
.' '. $row['adr_libVoie']))),
'Adresse2' => trim(preg_replace('/ +/', ' ', $row['adr_comp'])),
'CP' => $row['adr_cp'],