".__("categorie_tiers_consulte"); if(!isset($premier)) $premier=''; if(!isset($tricolsf)) $tricolsf=''; if(!isset($premiersf)) $premiersf=''; if(!isset($selection)) $selection=''; if(!isset($retourformulaire)) $retourformulaire=''; if (!isset($idxformulaire)) { $idxformulaire = ''; } if (!isset($tricol)) { $tricol = ''; } if (!isset($valide)) { $valide = ''; } // FROM $table = DB_PREFIXE."categorie_tiers_consulte"; // SELECT $champAffiche = array( 'categorie_tiers_consulte.categorie_tiers_consulte as "'.__("categorie_tiers_consulte").'"', 'categorie_tiers_consulte.code as "'.__("code").'"', 'categorie_tiers_consulte.libelle as "'.__("libelle").'"', 'to_char(categorie_tiers_consulte.date_debut_validite ,\'DD/MM/YYYY\') as "'.__("date_debut_validite").'"', 'to_char(categorie_tiers_consulte.date_fin_validite ,\'DD/MM/YYYY\') as "'.__("date_fin_validite").'"', ); // $champNonAffiche = array( 'categorie_tiers_consulte.description as "'.__("description").'"', ); // $champRecherche = array( 'categorie_tiers_consulte.categorie_tiers_consulte as "'.__("categorie_tiers_consulte").'"', 'categorie_tiers_consulte.code as "'.__("code").'"', 'categorie_tiers_consulte.libelle as "'.__("libelle").'"', ); $tri="ORDER BY categorie_tiers_consulte.libelle ASC NULLS LAST"; $edition="categorie_tiers_consulte"; /** * Gestion de la clause WHERE => $selection */ // Filtre listing standard $selection = ""; /** * Gestion SOUSFORMULAIRE => $sousformulaire */ $sousformulaire = array( 'lien_categorie_tiers_consulte_om_collectivite', 'tiers_consulte', );