"._("courrier"); if(!isset($premier)) $premier=''; if(!isset($recherche1)) $recherche1=''; if(!isset($tricolsf)) $tricolsf=''; if(!isset($premiersf)) $premiersf=''; if(!isset($selection)) $selection=''; if(!isset($retourformulaire)) $retourformulaire=''; if (isset($idx) && $idx != ']' && trim($idx) != '') { $ent .= "-> ".$idx." "; } if (isset($idz) && trim($idz) != '') { $ent .= " ".strtoupper($idz)." "; } // FROM $table = DB_PREFIXE."courrier LEFT JOIN ".DB_PREFIXE."autorisation ON courrier.destinataire=autorisation.autorisation LEFT JOIN ".DB_PREFIXE."emplacement ON courrier.emplacement=emplacement.emplacement "; // SELECT $champAffiche = array( 'courrier.courrier as "'._("courrier").'"', 'autorisation.emplacement as "'._("destinataire").'"', 'to_char(courrier.datecourrier ,\'DD/MM/YYYY\') as "'._("datecourrier").'"', 'courrier.lettretype as "'._("lettretype").'"', ); // $champNonAffiche = array( 'courrier.complement as "'._("complement").'"', 'courrier.emplacement as "'._("emplacement").'"', ); // $champRecherche = array( 'courrier.courrier as "'._("courrier").'"', 'autorisation.emplacement as "'._("destinataire").'"', 'courrier.lettretype as "'._("lettretype").'"', ); $tri="ORDER BY autorisation.emplacement ASC NULLS LAST"; $edition="courrier"; $selection=''; if ($retourformulaire== 'autorisation') { $selection=" WHERE (courrier.destinataire ='".$idx."')"; } if ($retourformulaire== 'emplacement') { $selection=" WHERE (courrier.emplacement ='".$idx."')"; } ?>