From 432bdaea654a030c2968b7e2fdf0b1e0bee13269 Mon Sep 17 00:00:00 2001 From: Dorian Vabre Date: Fri, 23 Apr 2021 10:36:12 +0200 Subject: [PATCH] same as previous commit --- htdocs/admin/eventorganization.php | 2 ++ 1 file changed, 2 insertions(+) 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 ''; }