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

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

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

revision 1145 by nhaye, Fri Jan 4 11:04:11 2013 UTC revision 1410 by fmichon, Thu Mar 14 18:44:01 2013 UTC
# Line 35  $selection = " GROUP BY evenement.evenem Line 35  $selection = " GROUP BY evenement.evenem
35    
36  $sql_dossier_instruction_type="SELECT  $sql_dossier_instruction_type="SELECT
37                      dossier_instruction_type.dossier_instruction_type,                      dossier_instruction_type.dossier_instruction_type,
38                      CONCAT( dossier_instruction_type.code ,' - ',dossier_instruction_type.libelle                      CONCAT(dossier_autorisation_type_detaille.code,' - ',dossier_instruction_type.code,' - ',dossier_instruction_type.libelle) as lib
                             , ' - ', dossier_autorisation_type_detaille.libelle)  
39                  FROM                  FROM
40                      ".DB_PREFIXE."dossier_instruction_type                      ".DB_PREFIXE."dossier_instruction_type
41                  LEFT JOIN                  LEFT JOIN
# Line 45  $sql_dossier_instruction_type="SELECT Line 44  $sql_dossier_instruction_type="SELECT
44                          dossier_instruction_type.dossier_autorisation_type_detaille=                          dossier_instruction_type.dossier_autorisation_type_detaille=
45                          dossier_autorisation_type_detaille.dossier_autorisation_type_detaille                          dossier_autorisation_type_detaille.dossier_autorisation_type_detaille
46                  ORDER BY                  ORDER BY
47                      dossier_autorisation_type_detaille.libelle";                      dossier_autorisation_type_detaille.code";
48  $sql_dossier_instruction_type_by_id = "SELECT  $sql_dossier_instruction_type_by_id = "SELECT
49                              dossier_instruction_type.dossier_instruction_type,                              dossier_instruction_type.dossier_instruction_type,
50                              CONCAT( dossier_instruction_type.code ,' - ',dossier_instruction_type.libelle)                              CONCAT(dossier_autorisation_type_detaille.code,' - ',dossier_instruction_type.code,' - ',dossier_instruction_type.libelle) as lib
51                          FROM                          FROM
52                              ".DB_PREFIXE."dossier_instruction_type                              ".DB_PREFIXE."dossier_instruction_type
53                          LEFT JOIN                          LEFT JOIN
# Line 59  $sql_dossier_instruction_type_by_id = "S Line 58  $sql_dossier_instruction_type_by_id = "S
58                          WHERE                          WHERE
59                              dossier_instruction_type IN (<idx>)                              dossier_instruction_type IN (<idx>)
60                          ORDER BY                          ORDER BY
61                              dossier_autorisation_type_detaille.libelle";                              dossier_autorisation_type_detaille.code";
62  ?>  ?>

Legend:
Removed from v.1145  
changed lines
  Added in v.1410

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26