".__("inhumation");
$champ_defunt = '(defunt_nom||\' \'||\' \'||defunt_marital||\' \'||defunt_prenom) as "'.__("defunt").'"';
//
$tab_actions['left']['validation-operation'] = array(
'lien' => OM_ROUTE_FORM."&obj=".$obj."&action=21&idx=",
'id' => "&retour=tab",
'lib' => "".__("Valider")."",
'ajax' => false,
'ordre' => 110,
);
//
$tab_actions['left']['edition-operation'] = array(
'lien' => OM_ROUTE_FORM."&obj=".$obj."&action=11&idx=",
'id' => "&retour=tab",
'lib' => "".__("Edition")."",
'ajax' => false,
'ordre' => 120,
);
//
$table=sprintf(
'%1$s
INNER JOIN
%2$soperation_defunt
ON operation.operation=operation_defunt.operation',
$table,
DB_PREFIXE
);
$edition="";
$champAffiche[] = $champ_defunt;
$champRecherche[] = $champ_defunt;
$selection .= "AND categorie = 'inhumation' ";
$sousformulaire=array();