From 06a15a922a11189ef65134bce5f06fb5bea759d9 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 19 Jan 2017 15:44:56 +0100 Subject: [PATCH] Typo --- library/Scores/Enrichissement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",