Merge pull request #24455 from jyhere/jyhere-patch-6

Removed duplicate affectation
This commit is contained in:
Laurent Destailleur 2023-04-06 16:42:12 +02:00 committed by GitHub
commit 0bf959d63c
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;