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

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

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

revision 1076 by vpihour, Fri Dec 14 16:37:45 2012 UTC revision 1077 by nhaye, Mon Dec 17 15:39:13 2012 UTC
# Line 68  $champAffiche = array( Line 68  $champAffiche = array(
68      'arrondissement.libelle as "'._("arrondissement").'"',      'arrondissement.libelle as "'._("arrondissement").'"',
69      );      );
70    
71    // Recherche simple
72    
73    $champRecherche = array(
74        'demande.demande as "'._("demande").'"',
75        'dossier.dossier as "'._("dossier").'"',
76        'demandeur.particulier_nom as "'._("petitionnaire particulier").'"',
77        'demandeur.personne_morale_denomination as "'._("petitionnaire personne morale").'"',
78        'demande.terrain_adresse_voie_numero',
79        'demande.complement',
80        'demande.terrain_adresse_lieu_dit',
81        'demande.terrain_adresse_code_postal',
82        'demande.terrain_adresse_localite',
83        'demande.terrain_adresse_bp',
84        'demande.terrain_adresse_cedex',
85        'demande.arrondissement',
86        'dossier_autorisation_type_detaille.libelle',
87        );
88    
89  /* Recherche avancée */  /* Recherche avancée */
90  $champs = array();  $champs = array();
91    
92    
93    
94  $champs['dossier_instruction'] = array(  $champs['dossier_instruction'] = array(
95      'table' => 'dossier',      'table' => 'dossier',
96      'colonne' => 'dossier',      'colonne' => 'dossier',

Legend:
Removed from v.1076  
changed lines
  Added in v.1077

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26