Correction colunm

This commit is contained in:
Michael RICOIS 2012-04-20 14:17:55 +00:00
parent 0f81a66b90
commit 5f86ae58b6

View File

@ -192,15 +192,15 @@ class Enrichissement
),
'dirigeantnaiss' => array(
'label' => "Dirigeant - Date de naissance",
'column' => 'dirFct'
'column' => 'dirDateNaiss'
),
'nafetablissement' => array(
'label' => "Code NAF Etablissement",
'column' => 'ape4_etab'
'column' => 'ape_etab'
),
'nafentreprise' => array(
'label' => "Code NAF Entreprise",
'column' => 'ape4_entrep'
'column' => 'ape_entrep'
),
);