21 |
where dossier = '".$id."'"; |
where dossier = '".$id."'"; |
22 |
|
|
23 |
$sql_instruction="SELECT instruction,evenement.libelle as evenement, instruction.lettretype, |
$sql_instruction="SELECT instruction,evenement.libelle as evenement, instruction.lettretype, |
24 |
to_char(datecourrier,'DD/MM/YYYY') as datecourrier from ".DB_PREFIXE."instruction inner join ".DB_PREFIXE."evenement on evenement.evenement = instruction.evenement |
to_char(date_evenement,'DD/MM/YYYY') as date_evenement from ".DB_PREFIXE."instruction inner join ".DB_PREFIXE."evenement on evenement.evenement = instruction.evenement |
25 |
where dossier = '".$id."'"; |
where dossier = '".$id."'"; |
26 |
|
|
27 |
$sql_consultation="select consultation,(service.libelle||' '||to_char(date_envoi,'DD/MM/YYYY')) as envoi, |
$sql_consultation="select consultation,(service.libelle||' '||to_char(date_envoi,'DD/MM/YYYY')) as envoi, |