".__("demandes")." -> ".__("type"); // $retourformulaire = (isset($_GET['retourformulaire'])) ? $_GET['retourformulaire'] : ""; // SELECT $champAffiche = array( 'demande_type.demande_type as "'.__("id").'"', 'demande_type.code as "'.__("code").'"', 'demande_type.libelle as "'.__("libelle").'"', "demande_nature.code as \"".__("demande_nature")."\"", "(dossier_autorisation_type_detaille.code||' - '||dossier_instruction_type.libelle) as \"".__("dossier_instruction_type")."\"", 'groupe.code as "'.__("groupe").'"', ); // $champRecherche = array( 'demande_type.demande_type as "'.__("id").'"', 'demande_type.code as "'.__("code").'"', 'demande_type.libelle as "'.__("libelle").'"', 'demande_nature.libelle as "'.__("demande_nature").'"', 'groupe.libelle as "'.__("groupe").'"', "(dossier_autorisation_type_detaille.code||' - '||dossier_instruction_type.libelle) as \"".__("dossier_instruction_type")."\"", ); // $tri = "ORDER BY (dossier_autorisation_type_detaille.code||' - '||dossier_instruction_type.libelle), demande_nature.libelle DESC, demande_type.code ASC NULLS LAST"; // $sousformulaire = array( ); // si en sous-formulaire alors on cache le bouton ajouter // pour éviter un bug sur le multiselect if (isset($retourformulaire) && $retourformulaire != '') { // Actions en coin : ajouter $tab_actions['corner']['ajouter'] = NULL; } ?>