Merge pull request #24455 from jyhere/jyhere-patch-6
Removed duplicate affectation
This commit is contained in:
commit
0bf959d63c
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user