From 03fcda6b4346ba58edec2642dfaec9300bea38fe Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Thu, 21 Oct 2021 17:48:29 +0200 Subject: [PATCH] fix prepare head href link --- htdocs/eventorganization/class/conferenceorbooth.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/eventorganization/class/conferenceorbooth.class.php b/htdocs/eventorganization/class/conferenceorbooth.class.php index 334998c0504..58cf52febdc 100644 --- a/htdocs/eventorganization/class/conferenceorbooth.class.php +++ b/htdocs/eventorganization/class/conferenceorbooth.class.php @@ -383,7 +383,7 @@ class ConferenceOrBooth extends ActionComm $error = 0; // Protection - if ($this->status == self::STATUS_VALIDATED) { + if ($this->status == self::STATUS_CONFIRMED) { dol_syslog(get_class($this)."::validate action abandonned: already validated", LOG_WARNING); return 0; }