8 |
$champAffiche=array("dossier", |
$champAffiche=array("dossier", |
9 |
"om_utilisateur.nom as instructeur", |
"om_utilisateur.nom as instructeur", |
10 |
"demandeur_nom", |
"demandeur_nom", |
11 |
"to_char(date_demande,'DD/MM/YYYY') as date_demande", |
"to_char(date_demande,'DD/MM/YYYY') as demande", |
12 |
"to_char(date_depot,'DD/MM/YYYY') as date_depot", |
"to_char(date_depot,'DD/MM/YYYY') as depot", |
13 |
"to_char(date_complet,'DD/MM/YYYY') as date_complet", |
"to_char(date_complet,'DD/MM/YYYY') as complet", |
14 |
"to_char(date_notification_delai,'DD/MM/YYYY') as date_notification_delai", |
"to_char(date_notification_delai,'DD/MM/YYYY') as delai", |
15 |
"to_char(date_limite,'DD/MM/YYYY') as date_limite", |
"to_char(date_limite,'DD/MM/YYYY') as limite", |
16 |
"etat","avis.libelle as avis" |
"etat","avis.libelle as avis" |
17 |
); |
); |
18 |
if ($retourformulaire== 'architecte'){ |
if ($retourformulaire== 'architecte'){ |