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