Ajout de l'age : age_entrep, age_etab
This commit is contained in:
parent
85ed70bdb0
commit
4fd7614f58
@ -255,7 +255,23 @@ class Enrichissement
|
||||
'teffentreprise' => array(
|
||||
'label' => "Tranche Effectif Entreprise",
|
||||
'column' => 'teff_entrep'
|
||||
),
|
||||
),
|
||||
'capital' => array(
|
||||
'label' => "Capital",
|
||||
'column' => 'capital'
|
||||
),
|
||||
'capitaldev' => array(
|
||||
'label' => "Devise Capital",
|
||||
'column' => 'capitalDev'
|
||||
),
|
||||
'ageentrep' => array(
|
||||
'label' => "Age de l'entreprise",
|
||||
'column' => 'age_entrep'
|
||||
),
|
||||
'ageetab' => array(
|
||||
'label' => "Age de l'établissement",
|
||||
'column' => 'age_etab'
|
||||
),
|
||||
);
|
||||
|
||||
public function __construct(){}
|
||||
|
Loading…
Reference in New Issue
Block a user