diff --git a/htdocs/reception/class/reception.class.php b/htdocs/reception/class/reception.class.php index 156c94d678e..39a4353a3c4 100644 --- a/htdocs/reception/class/reception.class.php +++ b/htdocs/reception/class/reception.class.php @@ -685,7 +685,8 @@ class Reception extends CommonObject // Set new ref and current status if (!$error) { $this->ref = $numref; - $this->statut = 1; + $this->statut = self::STATUS_VALIDATED; + $this->status = self::STATUS_VALIDATED; } if (!$error) {