From 2e6ef7b72fa68d823aaf0b5ea1d0810ca48bb65e Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 1 Jun 2012 12:58:22 +0000 Subject: [PATCH] Correct bilType --- library/Scores/Fields.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/Scores/Fields.php b/library/Scores/Fields.php index 516e8426..a2eae935 100644 --- a/library/Scores/Fields.php +++ b/library/Scores/Fields.php @@ -503,9 +503,9 @@ Les zones urbaines sensibles constituent un sous-ensemble de l'ensemble plus lar 'label' => 'Derniers éléments financiers', 'fields' => array( 'selectMultiple' => array('value' => array( - 'I' => 'Inconnus', - 'R' => 'Réels', - 'E' => 'Estimés') + '1' => 'Inconnus', // I + '2' => 'Réels', // R + '3' => 'Estimés') //E ), ), 'famille' => 'financier',