diff --git a/htdocs/eventorganization/conferenceorbooth_card.php b/htdocs/eventorganization/conferenceorbooth_card.php index 9928b8af33b..a59c5d3b855 100644 --- a/htdocs/eventorganization/conferenceorbooth_card.php +++ b/htdocs/eventorganization/conferenceorbooth_card.php @@ -156,6 +156,7 @@ if (empty($reshook)) { include DOL_DOCUMENT_ROOT.'/core/actions_sendmails.inc.php'; } + /* * View */ @@ -402,6 +403,10 @@ if ($action == 'create') { print '
'; print ''; print ''; + if ($withproject) { + print ''; + print ''; + } if ($backtopage) { print ''; }