This commit is contained in:
Michael RICOIS 2017-01-19 15:44:56 +01:00
parent fbadbb691a
commit 06a15a922a

View File

@ -104,7 +104,7 @@ class Enrichissement
'label' => "Date d'immatriculation de l'entreprise",
'column' => 'dateImmat',
'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(
'label' => "Code Forme juridique",