Fix regression
This commit is contained in:
parent
f3ca26576d
commit
b14c04a8f0
@ -155,7 +155,6 @@ class Asset extends CommonObject
|
|||||||
public $import_key;
|
public $import_key;
|
||||||
public $model_pdf;
|
public $model_pdf;
|
||||||
public $status;
|
public $status;
|
||||||
public $supplier_invoice_id;
|
|
||||||
|
|
||||||
// /**
|
// /**
|
||||||
// * @var string Field with ID of parent key if this object has a parent
|
// * @var string Field with ID of parent key if this object has a parent
|
||||||
|
|||||||
@ -116,7 +116,7 @@ abstract class CommonObject
|
|||||||
public $array_languages = null; // Value is array() when load already tried
|
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;
|
public $contacts_ids;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user