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

Contents of /branches/3.14.x/sql/pgsql/modificatif.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: 684 byte(s)
Ajout de la branche

1 <?php
2 //$Id: modificatif.inc,v 1.2 2010-08-22 21:40:12 fraynaud Exp $
3 $DEBUG=0;
4 $serie=10;
5 $ent = "dossier -> modificatif";
6 $ico = "ico_traitement.png";
7 $edition='';
8
9 $tab_actions['corner']['ajouter'] = NULL;
10 $tab_actions['left']['consulter'] = NULL;
11 $tab_actions['content'] = NULL;
12
13 $table=DB_PREFIXE."dossier";
14 $champAffiche=array("dossier",
15 "types",
16 "demandeur_nom",
17 "to_char(date_demande,'DD/MM/YYYY') as date_demande",
18 "etat");
19 $champRecherche=array("demandeur_nom");
20 $tri= "";
21 if(isset($idx)){
22 $selection=" where substring(dossier,1,9) like '".substr($idx,0,9)."'";
23 }else{
24 $selection="";
25 }
26 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26