Fix: remove draft status if invoice is validated
This commit is contained in:
parent
92624d650f
commit
4f5432160d
@ -1726,6 +1726,7 @@ class Facture extends CommonObject
|
||||
$this->ref = $num;
|
||||
$this->facnumber=$num;
|
||||
$this->statut=1;
|
||||
$this->brouillon=0;
|
||||
$this->date_validation=$now;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user