diff --git a/library/Scores/Enrichissement.php b/library/Scores/Enrichissement.php index a3620e06..c3f0fc9e 100644 --- a/library/Scores/Enrichissement.php +++ b/library/Scores/Enrichissement.php @@ -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",