Merge pull request #16669 from frederic34/patch-24

fix php8 warning
This commit is contained in:
Laurent Destailleur 2021-03-15 10:58:58 +01:00 committed by GitHub
commit 4d7fb00cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,13 @@ class PaymentSalary extends CommonObject
*/
public $fk_user_modif;
/**
* @var array
*/
public $fields = array(
'rowid' => array('type'=>'integer', 'label'=>'TechnicalID', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1, 'index'=>1, 'position'=>1, 'comment'=>'Id'),
);
/**
* Constructor
*