Fix warnings

This commit is contained in:
Laurent Destailleur 2022-12-28 03:48:29 +01:00
parent d68a737f14
commit 4277509ddd

View File

@ -232,10 +232,13 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
*/
public $export_label;
public $export_icon;
public $export_permission;
public $export_fields_array;
public $export_TypeFields_array; // Array of key=>type where type can be 'Numeric', 'Date', 'Text', 'Boolean', 'Status', 'List:xxx:login:rowid'
public $export_entities_array;
public $export_help_array;
public $export_special_array; // special or computed field
public $export_dependencies_array;
public $export_sql_start;