Typo
This commit is contained in:
parent
fbadbb691a
commit
06a15a922a
@ -104,7 +104,7 @@ class Enrichissement
|
|||||||
'label' => "Date d'immatriculation de l'entreprise",
|
'label' => "Date d'immatriculation de l'entreprise",
|
||||||
'column' => 'dateImmat',
|
'column' => 'dateImmat',
|
||||||
'sql' => "IF(dateImmat=0, '', CONCAT_WS('-',
|
'sql' => "IF(dateImmat=0, '', CONCAT_WS('-',
|
||||||
SUBSTR(dateImmat,1,4), SUBSTR(dateImmat,5,2), SUBSTR(dateImmat,7,2))) AS dateImmat",
|
SUBSTR(dateImmat,1,4), SUBSTR(dateImmat,5,2), SUBSTR(dateImmat,7,2))) AS dateimmat",
|
||||||
),
|
),
|
||||||
'cj' => array(
|
'cj' => array(
|
||||||
'label' => "Code Forme juridique",
|
'label' => "Code Forme juridique",
|
||||||
|
Loading…
Reference in New Issue
Block a user