Ajout tranche effectif et effectif

This commit is contained in:
Michael RICOIS 2012-04-20 14:25:45 +00:00
parent 5f86ae58b6
commit 1f29e9f4d8

View File

@ -51,8 +51,8 @@ class Enrichissement
'age_etab' => array(),
'tca' => array(),
'tcaexp' => array(),
'teff_entrep' => array(),
'teff_etab' => array(),
'teff_entrep' => array(), //Valeur à définir
'teff_etab' => array(), //Valeur à définir
'rang' => array(),
'web' => array(),
'mail' => array(),
@ -202,7 +202,22 @@ class Enrichissement
'label' => "Code NAF Entreprise",
'column' => 'ape_entrep'
),
'effetablissement' => array(
'label' => "Effectif Etablissement",
'column' => 'eff_etab'
),
'effentreprise' => array(
'label' => "Effectif Entreprise",
'column' => 'eff_entrep'
),
'teffetablissement' => array(
'label' => "Tranche Effectif Etablissement",
'column' => 'teff_etab'
),
'teffentreprise' => array(
'label' => "Tranche Effectif Entreprise",
'column' => 'teff_entrep'
),
);
public function __construct(){}