Better compatibility

This commit is contained in:
Laurent Destailleur
2025-12-04 20:57:43 +01:00
parent e350886c15
commit 1cd7de6e21

View File

@@ -707,6 +707,7 @@ class FactureFournisseurRec extends CommonInvoice
$this->socid = $obj->fk_soc; $this->socid = $obj->fk_soc;
$this->date_creation = $obj->datec; $this->date_creation = $obj->datec;
$this->date_modification = $obj->tms; $this->date_modification = $obj->tms;
$this->status = $obj->suspended;
$this->suspended = $obj->suspended; $this->suspended = $obj->suspended;
$this->libelle = $obj->label; $this->libelle = $obj->label;
$this->label = $obj->label; $this->label = $obj->label;