/[openfoncier]/trunk/sql/pgsql/travaux.pdf.inc.php
ViewVC logotype

Diff of /trunk/sql/pgsql/travaux.pdf.inc.php

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

revision 312 by atreal, Wed Mar 28 17:19:49 2012 UTC revision 1138 by nhaye, Thu Jan 3 15:18:21 2013 UTC
# Line 70  $ae3='C'; // align cellule entete colone Line 70  $ae3='C'; // align cellule entete colone
70  $a3='L';  $a3='L';
71  $widthtableau=280;  $widthtableau=280;
72  $bt=1;// border 1ere  et derniere ligne  du tableau par page->0 ou 1  $bt=1;// border 1ere  et derniere ligne  du tableau par page->0 ou 1
73  $sql="select travaux, libelle, nature, codelascot from ".DB_PREFIXE."travaux";  $sql="select travaux, libelle, dossier_autorisation_type.code, codelascot
74            from ".DB_PREFIXE."travaux
75            INNER JOIN ".DB_PREFIXE."dossier_autorisation_type ON
76            dossier_autorisation_type.dossier_autorisation_type =
77            travaux.dossier_autorisation_type";
78  ?>  ?>

Legend:
Removed from v.312  
changed lines
  Added in v.1138

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26