15 |
* Création d'une nouvelle action du formulaire de consultation, l'ajout de plusieurs consultations en une seule fois |
* Création d'une nouvelle action du formulaire de consultation, l'ajout de plusieurs consultations en une seule fois |
16 |
*/ |
*/ |
17 |
if ($retourformulaire == 'dossier' |
if ($retourformulaire == 'dossier' |
18 |
OR $retourformulaire == 'PC' |
OR $retourformulaire == 'dossier_instruction' |
19 |
OR $retourformulaire == 'PA' |
OR $retourformulaire == 'dossier_instruction_mes_encours' |
20 |
OR $retourformulaire == 'PD' |
OR $retourformulaire == 'dossier_instruction_tous_encours' |
21 |
OR $retourformulaire == 'DP') { |
OR $retourformulaire == 'dossier_instruction_mes_clotures' |
22 |
|
OR $retourformulaire == 'dossier_instruction_tous_clotures') { |
23 |
$id=""; |
$id=""; |
24 |
$selection=" WHERE (consultation.dossier ='".$idx."')"; |
$selection=" WHERE (consultation.dossier ='".$idx."')"; |
25 |
$lien = "../app/consultation_multiple.php?obj=$obj&idx=$idx&ret=$retourformulaire"; |
$lien = "../app/consultation_multiple.php?obj=$obj&idx=$idx&ret=$retourformulaire"; |