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

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

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

revision 488 by atreal, Wed Mar 28 17:19:49 2012 UTC revision 489 by vpihour, Thu Oct 11 08:27:21 2012 UTC
# Line 14  $champAffiche=array("consultation", Line 14  $champAffiche=array("consultation",
14                      "to_char(date_envoi,'DD/MM/YYYY') as date_envoi",                      "to_char(date_envoi,'DD/MM/YYYY') as date_envoi",
15                      "to_char(date_retour,'DD/MM/YYYY') as date_retour",                      "to_char(date_retour,'DD/MM/YYYY') as date_retour",
16                      "to_char(date_limite,'DD/MM/YYYY') as date_limite",                      "to_char(date_limite,'DD/MM/YYYY') as date_limite",
17                     "avis");                     "avis_consultation");
18  $champRecherche=array("dossier");  $champRecherche=array("dossier");
19  $tri= "";  $tri= "";
20  $selection=" where date_limite > '".date('Y-m-d')."' and avis is null" ;  $selection=" where date_limite > '".date('Y-m-d')."' and avis_consultation is null" ;
21    
22  $href[3]['lien'] = "../pdf/pdfetat.php?idx=";  $href[3]['lien'] = "../pdf/pdfetat.php?idx=";
23  $href[3]['id']= "&obj=consultation";  $href[3]['id']= "&obj=consultation";

Legend:
Removed from v.488  
changed lines
  Added in v.489

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26