fix prepare head href link

This commit is contained in:
Florian HENRY 2021-10-21 17:48:29 +02:00
parent 4e0170dc88
commit 03fcda6b43

View File

@ -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;
}