Parent Directory | Revision Log | Patch
revision 1239 by vpihour, Tue Feb 12 10:48:35 2013 UTC | revision 1252 by vpihour, Wed Feb 13 14:23:10 2013 UTC | |
---|---|---|
# | Line 26 $champAffiche = array( | Line 26 $champAffiche = array( |
26 | 'lot.lot as "'._("lot").'"', | 'lot.lot as "'._("lot").'"', |
27 | $case_demandeur.' "'._("demandeur_nom").'"', | $case_demandeur.' "'._("demandeur_nom").'"', |
28 | 'lot.libelle as "'._("libelle").'"', | 'lot.libelle as "'._("libelle").'"', |
29 | 'lot.cerfa as '._("cerfa"), | |
30 | ); | ); |
31 | ||
32 | // Surchage de la variable selection dans le cas d'un sousformulaire dossier_instruction | |
33 | if ($retourformulaire== 'dossier_instruction') { | |
34 | $selection=" WHERE (lien_dossier_lot.dossier ='".$idx."')"; | |
35 | } | |
36 | ?> | ?> |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |