79 |
INNER JOIN ".DB_PREFIXE."dossier_instruction_type ON |
INNER JOIN ".DB_PREFIXE."dossier_instruction_type ON |
80 |
lien_dossier_instruction_type_evenement.dossier_instruction_type = |
lien_dossier_instruction_type_evenement.dossier_instruction_type = |
81 |
dossier_instruction_type.dossier_instruction_type |
dossier_instruction_type.dossier_instruction_type |
82 |
INNER JOIN ".DB_PREFIXE."dossier_autorisation_type_detaille ON |
INNER JOIN ".DB_PREFIXE."dossier ON |
83 |
dossier_instruction_type.dossier_autorisation_type_detaille= |
dossier.dossier_instruction_type=dossier_instruction_type.dossier_instruction_type"; |
|
dossier_autorisation_type_detaille.dossier_autorisation_type_detaille"; |
|
84 |
|
|
85 |
|
|
86 |
$sql_transition_by_id = "select evenement.evenement,(evenementlibelle||' ['||evenement.action||']') as lib |
$sql_transition_by_id = "select evenement.evenement,(evenementlibelle||' ['||evenement.action||']') as lib |
91 |
INNER JOIN ".DB_PREFIXE."dossier_instruction_type ON |
INNER JOIN ".DB_PREFIXE."dossier_instruction_type ON |
92 |
lien_dossier_instruction_type_evenement.dossier_instruction_type = |
lien_dossier_instruction_type_evenement.dossier_instruction_type = |
93 |
dossier_instruction_type.dossier_instruction_type |
dossier_instruction_type.dossier_instruction_type |
94 |
INNER JOIN ".DB_PREFIXE."dossier_autorisation_type_detaille ON |
INNER JOIN ".DB_PREFIXE."dossier ON |
95 |
dossier_instruction_type.dossier_autorisation_type_detaille= |
dossier.dossier_instruction_type=dossier_instruction_type.dossier_instruction_type |
|
dossier_autorisation_type_detaille.dossier_autorisation_type_detaille |
|
96 |
where evenement=<idx>"; |
where evenement=<idx>"; |
97 |
|
|
98 |
$portlet_actions['pdfetat'] = |
$portlet_actions['pdfetat'] = |