This commit is contained in:
Laurent Destailleur 2020-12-30 13:00:10 +01:00
parent e34fb394a0
commit 6a63fea184

View File

@ -88,6 +88,11 @@ class PaymentSalary extends CommonObject
*/
public $fk_user_modif;
/**
* @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();
/**
* Constructor