79 |
'taille' => 30, |
'taille' => 30, |
80 |
'libelle' => _('dossier')); |
'libelle' => _('dossier')); |
81 |
// |
// |
82 |
$champs['nature'] = array( |
$champs['dossier_autorisation_type_detaille'] = array( |
83 |
'table' => 'dossier', |
'table' => 'dossier_autorisation_type_detaille', |
84 |
'colonne' => 'nature', |
'colonne' => 'dossier_autorisation_type_detaille', |
85 |
'type' => 'select', |
'type' => 'select', |
86 |
'taille' => 30, |
'taille' => 30, |
87 |
'libelle' => _('nature')); |
'libelle' => _('dossier_autorisation_type_detaille')); |
88 |
|
|
89 |
|
|
90 |
|
|