diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 5999f1fd41a..a8e10747977 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -1736,6 +1736,7 @@ class Facture extends CommonInvoice $this->ref = $num; $this->facnumber=$num; $this->statut=1; + $this->brouillon=0; $this->date_validation=$now; }