Removed duplicate affectation

This commit is contained in:
jyhere 2023-04-06 16:02:01 +02:00 committed by GitHub
parent 5b4f578589
commit f5e592c4fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3393,7 +3393,6 @@ class Facture extends CommonInvoice
// Set new ref and define current status
if (!$error) {
$this->ref = $num;
$this->ref = $num;
$this->statut = self::STATUS_VALIDATED;
$this->status = self::STATUS_VALIDATED;