fix php8 warning

This commit is contained in:
Frédéric FRANCE 2021-03-14 23:56:04 +01:00 committed by GitHub
parent 4ca0942229
commit 0afd05c664
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
*