/[openfoncier]/branches/3.14.x/sql/pgsql/demandeur.inc.php
ViewVC logotype

Contents of /branches/3.14.x/sql/pgsql/demandeur.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3343 - (show annotations)
Thu Mar 19 17:34:18 2015 UTC (9 years, 10 months ago) by vpihour
File size: 541 byte(s)
Ajout de la branche

1 <?php
2 //$Id$
3 //gen openMairie le 08/11/2012 14:59
4
5 include('../gen/sql/pgsql/demandeur.inc.php');
6
7 //
8 $case_demandeur = "CASE WHEN demandeur.qualite='particulier'
9 THEN TRIM(CONCAT(civilite0.libelle, ' ', demandeur.particulier_nom, ' ', demandeur.particulier_prenom))
10 ELSE TRIM(CONCAT(demandeur.personne_morale_raison_sociale, ' ', demandeur.personne_morale_denomination))
11 END";
12
13 //
14 $case_adresse = "TRIM(CONCAT(demandeur.numero,' ',
15 demandeur.voie,' ',
16 demandeur.code_postal,' ',
17 demandeur.localite))";
18
19 //
20 $sousformulaire = array();
21
22 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26