79 |
// |
// |
80 |
$champs['parcelle'] = array( |
$champs['parcelle'] = array( |
81 |
'table' => 'dossier', |
'table' => 'dossier', |
82 |
'colonne' => 'parcelle', |
'colonne' => 'terrain_references_cadastrales', |
83 |
'type' => 'text', |
'type' => 'text', |
84 |
'taille' => 30, |
'taille' => 30, |
85 |
'libelle' => _('parcelle')); |
'libelle' => _('parcelle')); |
229 |
/*Ajout de sous-formulaire à notre objet*/ |
/*Ajout de sous-formulaire à notre objet*/ |
230 |
$sousformulaire=array( |
$sousformulaire=array( |
231 |
//"donnees_techniques", |
//"donnees_techniques", |
232 |
|
"document_numerise", |
233 |
"instruction", |
"instruction", |
234 |
"consultation", |
"consultation", |
235 |
"lot", |
"lot", |
266 |
"title" => _("DA"), |
"title" => _("DA"), |
267 |
"href" => "../app/display_da_di.php?iddi=".((isset($idx))? $idx:"")."&", |
"href" => "../app/display_da_di.php?iddi=".((isset($idx))? $idx:"")."&", |
268 |
), |
), |
269 |
|
"document_numerise" => array( |
270 |
|
"title" => _("Piece(s)"), |
271 |
|
"href" => "../app/document_numerise.view.php", |
272 |
|
), |
273 |
); |
); |
274 |
?> |
?> |