Merge pull request #20914 from grandoc/new_branch_20_05_2022_02
The property supplier_invoice_id does not seem to exist on Asset
This commit is contained in:
commit
3080aafa2a
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user