FIX #22843
This commit is contained in:
parent
809176036b
commit
1c19327454
@ -84,6 +84,13 @@ class Expedition extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $picto = 'dolly';
|
public $picto = 'dolly';
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor.
|
||||||
|
*/
|
||||||
|
public $fields = array();
|
||||||
|
|
||||||
|
|
||||||
public $socid;
|
public $socid;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user