The property supplier_invoice_id does not seem to exist on Asset
@@ -121,6 +121,9 @@ class AdherentType extends CommonObject
/** @var array Array of members */
public $members = array();
+ /** @var string string other */
+ public $other;
+
public $multilangs = array();
@@ -144,6 +144,7 @@ class Asset extends CommonObject
public $fk_disposal_type;
public $disposal_depreciated;
public $disposal_subject_to_vat;
+ public $supplier_invoice_id;
public $note_public;
public $note_private;
public $date_creation;