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:
Laurent Destailleur 2022-05-21 00:40:55 +02:00 committed by GitHub
commit 3080aafa2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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();

View File

@ -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;