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; |
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( |
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"; |