/[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 1049 by vpihour, Wed Dec 12 14:00:07 2012 UTC revision 1056 by vpihour, Thu Dec 13 10:28:14 2012 UTC
# Line 34  $tab_actions['corner']['ajouter'] = NULL Line 34  $tab_actions['corner']['ajouter'] = NULL
34    
35  // SELECT  // SELECT
36  $champAffiche = array(  $champAffiche = array(
37      'demande.demande as "'._("demande").'"',      'demande.dossier_instruction as "'._("dossier").'"',
38      $case_demandeur.' as "'._("petitionaire principal").'"',      $case_demandeur.' as "'._("nom").'"',
39      'TRIM(CONCAT(demande.terrain_adresse_voie_numero,\' \',      'TRIM(CONCAT(demande.terrain_adresse_voie_numero,\' \',
40          demande.complement,\' \',          demande.complement,\' \',
41          demande.terrain_adresse_lieu_dit,\' \',          demande.terrain_adresse_lieu_dit,\' \',
# Line 43  $champAffiche = array( Line 43  $champAffiche = array(
43          demande.terrain_adresse_localite,\' \',          demande.terrain_adresse_localite,\' \',
44          demande.terrain_adresse_bp,\' \',          demande.terrain_adresse_bp,\' \',
45          demande.terrain_adresse_cedex          demande.terrain_adresse_cedex
46      )) as "'._("adresse du terrain").'"',      )) as "'._("terrain").'"',
47      'dossier_autorisation_type_detaille.libelle as "'._("dossier_autorisation_type_detaille").'"',      'dossier_autorisation_type_detaille.libelle as "'._("nature_dossier").'"',
48      'to_char(demande.date_demande ,\'DD/MM/YYYY\') as "'._("date_demande").'"',      'to_char(demande.date_demande ,\'DD/MM/YYYY\') as "'._("date_demande").'"',
49      'arrondissement.libelle as "'._("arrondissement").'"',      'arrondissement.libelle as "'._("arrondissement").'"',
50      );      );
# Line 56  $champs['dossier_instruction'] = array( Line 56  $champs['dossier_instruction'] = array(
56      'table' => 'dossier',      'table' => 'dossier',
57      'colonne' => 'dossier',      'colonne' => 'dossier',
58      'type' => 'text',      'type' => 'text',
59      'libelle' => _('dossier_instruction'));      'libelle' => _('dossier'));
60    
61    
62  $champs['particulier_nom'] =  $champs['particulier_nom'] =

Legend:
Removed from v.1049  
changed lines
  Added in v.1056

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26