2
0
forked from Wavyzz/dolibarr

Clean code

This commit is contained in:
Laurent Destailleur
2023-10-20 02:35:18 +02:00
parent a60040366d
commit c49a044490

View File

@@ -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) {