diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 79500a94fd0..8940b1adfed 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -467,7 +467,7 @@ if ($action == 'create') if (! empty($conf->global->AGENDA_USE_EVENT_TYPE)) { print ''.$langs->trans("Type").''; - if (GETPOST("actioncode")) + if (GETPOST("actioncode") && ! GETPOST('actioncode')) // Force selection only if not a post that fails { print ''."\n"; $cactioncomm->fetch(GETPOST("actioncode"));