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"; |