/[openfoncier]/trunk/sql/pgsql/instruction.form.inc.php
ViewVC logotype

Diff of /trunk/sql/pgsql/instruction.form.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1141 by nhaye, Thu Jan 3 17:20:39 2013 UTC revision 1186 by nhaye, Wed Jan 9 11:27:26 2013 UTC
# Line 79  $sql_transition = "select evenement.even Line 79  $sql_transition = "select evenement.even
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
# Line 92  $sql_transition_by_id = "select evenemen Line 91  $sql_transition_by_id = "select evenemen
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'] =

Legend:
Removed from v.1141  
changed lines
  Added in v.1186

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26