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

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

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

revision 1781 by nhaye, Thu Apr 18 09:23:52 2013 UTC revision 1782 by vpihour, Wed Apr 24 08:31:35 2013 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id$  //$Id$
3  //gen openMairie le 18/04/2013 11:08  //gen openMairie le 24/04/2013 10:23
4    
5  $DEBUG=0;  $DEBUG=0;
6  $serie=15;  $serie=15;
# Line 81  $champAffiche = array( Line 81  $champAffiche = array(
81      'etat1.libelle as "'._("archive_etat_pendant_incompletude").'"',      'etat1.libelle as "'._("archive_etat_pendant_incompletude").'"',
82      'to_char(instruction.archive_date_limite_incompletude ,\'DD/MM/YYYY\') as "'._("archive_date_limite_incompletude").'"',      'to_char(instruction.archive_date_limite_incompletude ,\'DD/MM/YYYY\') as "'._("archive_date_limite_incompletude").'"',
83      'instruction.archive_delai_incompletude as "'._("archive_delai_incompletude").'"',      'instruction.archive_delai_incompletude as "'._("archive_delai_incompletude").'"',
84        'instruction.code_barres as "'._("code_barres").'"',
85      );      );
86  //  //
87  $champNonAffiche = array(  $champNonAffiche = array(
# Line 123  $champRecherche = array( Line 124  $champRecherche = array(
124      'evenement3.libelle as "'._("archive_evenement_suivant_tacite_incompletude").'"',      'evenement3.libelle as "'._("archive_evenement_suivant_tacite_incompletude").'"',
125      'etat1.libelle as "'._("archive_etat_pendant_incompletude").'"',      'etat1.libelle as "'._("archive_etat_pendant_incompletude").'"',
126      'instruction.archive_delai_incompletude as "'._("archive_delai_incompletude").'"',      'instruction.archive_delai_incompletude as "'._("archive_delai_incompletude").'"',
127        'instruction.code_barres as "'._("code_barres").'"',
128      );      );
129  $tri="ORDER BY instruction.destinataire ASC NULLS LAST";  $tri="ORDER BY instruction.destinataire ASC NULLS LAST";
130  $edition="instruction";  $edition="instruction";

Legend:
Removed from v.1781  
changed lines
  Added in v.1782

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26