Fix regression

This commit is contained in:
Laurent Destailleur 2022-05-21 14:28:35 +02:00
parent f3ca26576d
commit b14c04a8f0
2 changed files with 1 additions and 2 deletions

View File

@ -155,7 +155,6 @@ class Asset extends CommonObject
public $import_key;
public $model_pdf;
public $status;
public $supplier_invoice_id;
// /**
// * @var string Field with ID of parent key if this object has a parent

View File

@ -116,7 +116,7 @@ abstract class CommonObject
public $array_languages = null; // Value is array() when load already tried
/**
* @var array To sotre result of ->liste_contact()
* @var array To store result of ->liste_contact()
*/
public $contacts_ids;