From 1cd7de6e21dbd93b19caa39513aa1186da8dc96c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 Dec 2025 20:57:43 +0100 Subject: [PATCH] Better compatibility --- htdocs/fourn/class/fournisseur.facture-rec.class.php | 1 + 1 file changed, 1 insertion(+) 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;