Removed duplicate affectation
This commit is contained in:
parent
5b4f578589
commit
f5e592c4fb
@ -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