"._($obj); if (isset($idx) && $idx != ']' && trim($idx) != '') { $ent .= "-> ".$idx." "; } if (isset($idz) && trim($idz) != '') { $ent .= " ".strtoupper($idz)." "; } // Modification du libellĂ© du chap destinataire + id $champAffiche = array( 'courrier.courrier as "'._("id").'"', "coalesce(autorisation.nom, '')||' '||coalesce(autorisation.prenom, '') as \""._("destinataire")."\"", 'to_char(courrier.datecourrier ,\'DD/MM/YYYY\') as "'._("datecourrier").'"', 'courrier.lettretype as "'._("lettretype").'"', ); $champRecherche = array( 'courrier.courrier as "'._("id").'"', "coalesce(autorisation.nom, '')||' '||coalesce(autorisation.prenom, '') as \""._("destinataire")."\"", 'courrier.lettretype as "'._("lettretype").'"', ); // if ($retourformulaire == 'concession' || $retourformulaire == 'colombarium' || $retourformulaire == 'enfeu' || $retourformulaire == 'ossuaire' || $retourformulaire == 'depositoire' || $retourformulaire == 'terraincommunal') { $selection = " WHERE (courrier.emplacement=".$idx.") "; } // EDITION $tab_actions['left']['edition'] = array( 'lien' => "../app/pdflettretype.php?idx=", 'id' => '', 'target' => '_blank', 'lib' => ""._("Edition")."", 'ordre' => 110, ); ?>