diff --git a/htdocs/admin/eventorganization.php b/htdocs/admin/eventorganization.php index b4b6604b118..9cbbdaf3f7d 100644 --- a/htdocs/admin/eventorganization.php +++ b/htdocs/admin/eventorganization.php @@ -283,6 +283,8 @@ if ($action == 'edit') { $selected = (empty($conf->global->$constname) ? '' : $conf->global->$constname); $form->select_produits($selected, $constname, '', 0); } + } else { + print ''; } print ''; }