This commit is contained in:
Damien LASSERRE 2012-01-20 14:34:26 +00:00
parent a0f6203538
commit 00a88d96fc

View File

@ -203,23 +203,21 @@ Class Fields
'age_etab' => array(
'label' => 'Code AGE Etablissement',
'fields' => array(
'text' => array('value' => null),
'textarea' => array('value' => null)
'interval' => array('value' => null)
),
'famille' => 'economique',
'activated' => true,
'type' => 'textarea',
'type' => 'interval',
'class' => null
),
'age_entrep' => array(
'label' => 'Code AGE Entreprise',
'label' => 'Code AGE Entreprise',
'fields' => array(
'text' => array('value' => null),
'textarea' => array('value' => null)
'interval' => array('value' => null)
),
'famille' => 'economique',
'activated' => true,
'type' => 'textarea',
'type' => 'interval',
'class' => null
),
'teff_entrep' => array(