/[openfoncier]/trunk/sql/pgsql/dossier_instruction.inc.php
ViewVC logotype

Diff of /trunk/sql/pgsql/dossier_instruction.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 686 by fmichon, Wed Nov 14 12:50:34 2012 UTC revision 1024 by nhaye, Fri Dec 7 17:37:06 2012 UTC
# Line 15  if (isset($idz) && trim($idz) != '') { Line 15  if (isset($idz) && trim($idz) != '') {
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

Legend:
Removed from v.686  
changed lines
  Added in v.1024

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26