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

Annotation of /trunk/sql/pgsql/dossier_instruction_tous_encours.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 887 - (hide annotations)
Thu Nov 29 10:19:41 2012 UTC (12 years, 2 months ago) by fmichon
File size: 361 byte(s)
Ajout du filtre sur l'état du dossier

1 fmichon 647 <?php
2    
3     //
4     include('../sql/pgsql/dossier_instruction.inc.php');
5    
6 fmichon 686 //
7     $champAffiche = array_merge($champAffiche_debut_commun, array(
8     'instructeur.nom as "'._("instructeur").'"',
9     ), $champAffiche_fin_commun);
10    
11     //
12     $selection = " WHERE
13 fmichon 887 dossier.division = ".$_SESSION['division']."
14     AND (select e.statut from etat e where e.etat = dossier.etat ) = 'encours'
15 fmichon 686 ";
16    
17 fmichon 647 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26