diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 4d7ef16713d..af79c0967f9 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -1726,6 +1726,7 @@ class Facture extends CommonObject $this->ref = $num; $this->facnumber=$num; $this->statut=1; + $this->brouillon=0; $this->date_validation=$now; }