This commit is contained in:
Laurent Destailleur 2022-11-17 10:48:44 +01:00
parent 809176036b
commit 1c19327454

View File

@ -84,6 +84,13 @@ class Expedition extends CommonObject
*/
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;
/**