From 75c3fbf28e8b5b8aa34743c23c35adf8a1a81f45 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 May 2023 21:18:06 +0200 Subject: [PATCH] Fix project were lost on failed creation --- htdocs/eventorganization/conferenceorbooth_card.php | 5 +++++ 1 file changed, 5 insertions(+) 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 ''; }