15 |
// |
// |
16 |
$champAffiche_debut_commun = array( |
$champAffiche_debut_commun = array( |
17 |
'dossier.dossier as "'._("dossier").'"', |
'dossier.dossier as "'._("dossier").'"', |
18 |
'dossier.demandeur_nom as "'._("demandeur_nom").'"', |
'demandeur.particulier_nom as "'._("demandeur_nom").'"', |
19 |
'to_char(dossier.date_demande ,\'DD/MM/YYYY\') as "'._("date_demande").'"', |
'to_char(dossier.date_demande ,\'DD/MM/YYYY\') as "'._("date_demande").'"', |
20 |
'to_char(dossier.date_depot ,\'DD/MM/YYYY\') as "'._("date_depot").'"', |
'to_char(dossier.date_depot ,\'DD/MM/YYYY\') as "'._("date_depot").'"', |
21 |
'to_char(dossier.date_complet ,\'DD/MM/YYYY\') as "'._("date_complet").'"', |
'to_char(dossier.date_complet ,\'DD/MM/YYYY\') as "'._("date_complet").'"', |
22 |
'to_char(dossier.date_notification_delai ,\'DD/MM/YYYY\') as "'._("date_notification_delai").'"', |
'to_char(dossier.date_notification_delai ,\'DD/MM/YYYY\') as "'._("date_notification_delai").'"', |
23 |
'to_char(dossier.date_limite ,\'DD/MM/YYYY\') as "'._("date_limite").'"', |
'to_char(dossier.date_limite ,\'DD/MM/YYYY\') as "'._("date_limite").'"', |
24 |
'etat as "'._("etat").'"', |
'dossier.etat as "'._("etat").'"', |
25 |
); |
); |
26 |
$champAffiche_fin_commun = array( |
$champAffiche_fin_commun = array( |
27 |
'CASE WHEN dossier.enjeu_urba is TRUE |
'CASE WHEN dossier.enjeu_urba is TRUE |