mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +01:00
Better compatibility
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user