Typo
This commit is contained in:
parent
6d95964c80
commit
417cc6b5c2
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user