diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index e2014703f92..37b0831be72 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -222,13 +222,13 @@ if ($_GET["action"] == 'create') print ''; - // Type d'action + // Type d'action actifs print '';
'.$langs->trans("Action").''; if ($_GET["actionid"]) { print ''."\n"; print $caction->get_nom($_GET["actionid"]); } else { - $html->select_array("actionid", $caction->liste_array(), 0); + $html->select_array("actionid", $caction->liste_array(1), 0); } print '