diff --git a/htdocs/fourn/class/fournisseur.facture-rec.class.php b/htdocs/fourn/class/fournisseur.facture-rec.class.php index 1f3e6ed01b7..96d5fb6fee9 100644 --- a/htdocs/fourn/class/fournisseur.facture-rec.class.php +++ b/htdocs/fourn/class/fournisseur.facture-rec.class.php @@ -707,6 +707,7 @@ class FactureFournisseurRec extends CommonInvoice $this->socid = $obj->fk_soc; $this->date_creation = $obj->datec; $this->date_modification = $obj->tms; + $this->status = $obj->suspended; $this->suspended = $obj->suspended; $this->libelle = $obj->label; $this->label = $obj->label;